Home
last modified time | relevance | path

Searched defs:container_wrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/container/test/
Dscoped_allocator_usage_test.cpp327 struct container_wrapper struct
338 container_wrapper(const allocator_type &a) in container_wrapper() argument
342 container_wrapper(BOOST_RV_REF(container_wrapper) o, const allocator_type &a) in container_wrapper() function
346 container_wrapper(const container_wrapper &o, const allocator_type &a) in container_wrapper() function
370 typedef container_wrapper<Container> ContainerWrapper; in one_level_allocator_propagation_test() argument