Home
last modified time | relevance | path

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

/third_party/boost/boost/core/
Dallocator_access.hpp49 struct allocator_pointer { struct
50 typedef typename A::pointer type;
54 struct allocator_pointer { struct
55 typedef typename std::allocator_traits<A>::pointer type;
59 struct allocator_pointer { struct
60 typedef typename A::value_type* type;
64 struct allocator_pointer<A, struct
66 typedef typename A::pointer type;
/third_party/boost/boost/signals2/detail/
Dauto_buffer.hpp147 typedef typename Allocator::pointer allocator_pointer; typedef in boost::signals2::detail::auto_buffer
149 typedef typename std::allocator_traits<Allocator>::pointer allocator_pointer; typedef in boost::signals2::detail::auto_buffer