Home
last modified time | relevance | path

Searched defs:allocator_is_always_equal (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dallocator_traits.hpp44 struct allocator_is_always_equal:boost::is_empty<Allocator>{}; struct
47 struct allocator_is_always_equal< struct
/third_party/boost/boost/core/
Dallocator_access.hpp242 struct allocator_is_always_equal { struct
243 typedef detail::alloc_false type;
247 struct allocator_is_always_equal { struct
248 typedef typename std::is_empty<A>::type type;
252 struct allocator_is_always_equal<A, struct
254 typedef typename A::is_always_equal type;
/third_party/boost/boost/poly_collection/detail/
Dallocator_adaptor.hpp78 struct allocator_is_always_equal:std::is_empty<Allocator>{}; struct
81 struct allocator_is_always_equal< struct