Searched defs:is_std_allocator (Results 1 – 1 of 1) sorted by relevance
104 struct is_std_allocator struct105 { static const bool value = false; };108 struct is_std_allocator< std::allocator<T> > struct109 { static const bool value = true; };112 struct is_std_allocator< small_vector_allocator<T, std::allocator<T>, Options > > struct113 { static const bool value = true; };