Home
last modified time | relevance | path

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

/third_party/boost/boost/container/
Dallocator_traits.hpp95 struct is_std_allocator struct
96 { static const bool value = false; };
99 struct is_std_allocator< std::allocator<T> > struct
100 { static const bool value = true; };
103 struct is_std_allocator< small_vector_allocator<T, std::allocator<T>, Options > > struct
104 { static const bool value = true; };