Searched defs:is_not_std_allocator (Results 1 – 1 of 1) sorted by relevance
116 struct is_not_std_allocator struct117 { static const bool value = !is_std_allocator<Allocator>::value; };