Home
last modified time | relevance | path

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

/third_party/boost/boost/core/
Dallocator_access.hpp72 struct allocator_const_pointer { struct
73 typedef typename A::const_pointer type;
77 struct allocator_const_pointer { struct
78 typedef typename std::allocator_traits<A>::const_pointer type;
82 struct allocator_const_pointer { struct
85 rebind_to<const typename A::value_type>::type type;
89 struct allocator_const_pointer<A, struct
91 typedef typename A::const_pointer type;