Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A 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< std::allocator<T> > > struct
104 { static const bool value = true; };