Searched defs:allocator_is_always_equal (Results 1 – 2 of 2) sorted by relevance
232 struct allocator_is_always_equal { struct233 typedef detail::alloc_false type;237 struct allocator_is_always_equal { struct238 typedef typename std::is_empty<A>::type type;242 struct allocator_is_always_equal<A, struct244 typedef typename A::is_always_equal type;
44 struct allocator_is_always_equal:boost::is_empty<Allocator>{}; struct47 struct allocator_is_always_equal< struct