Searched defs:allocator_pointer (Results 1 – 2 of 2) sorted by relevance
49 struct allocator_pointer { struct50 typedef typename A::pointer type;54 struct allocator_pointer { struct55 typedef typename std::allocator_traits<A>::pointer type;59 struct allocator_pointer { struct60 typedef typename A::value_type* type;64 struct allocator_pointer<A, struct66 typedef typename A::pointer type;
147 typedef typename Allocator::pointer allocator_pointer; typedef in boost::signals2::detail::auto_buffer149 typedef typename std::allocator_traits<Allocator>::pointer allocator_pointer; typedef in boost::signals2::detail::auto_buffer