Searched defs:is_std_allocator (Results 1 – 1 of 1) sorted by relevance
95 struct is_std_allocator struct96 { static const bool value = false; };99 struct is_std_allocator< std::allocator<T> > struct100 { static const bool value = true; };103 struct is_std_allocator< small_vector_allocator<T, std::allocator<T>, Options > > struct104 { static const bool value = true; };