Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dallocator_traits.hpp104 struct is_std_allocator struct
105 { static const bool value = false; };
108 struct is_std_allocator< std::allocator<T> > struct
109 { static const bool value = true; };
112 struct is_std_allocator< small_vector_allocator<T, std::allocator<T>, Options > > struct
113 { static const bool value = true; };