Searched defs:allocator_is_always_equal (Results 1 – 3 of 3) sorted by relevance
44 struct allocator_is_always_equal:boost::is_empty<Allocator>{}; struct47 struct allocator_is_always_equal< struct
242 struct allocator_is_always_equal { struct243 typedef detail::alloc_false type;247 struct allocator_is_always_equal { struct248 typedef typename std::is_empty<A>::type type;252 struct allocator_is_always_equal<A, struct254 typedef typename A::is_always_equal type;
78 struct allocator_is_always_equal:std::is_empty<Allocator>{}; struct81 struct allocator_is_always_equal< struct