Lines Matching refs:Alloc
23 template <class T, class Alloc> struct uses_allocator;
49 template <class Alloc>
52 typedef Alloc allocator_type;
56 typedef Alloc::pointer | value_type* pointer;
57 typedef Alloc::const_pointer
60 typedef Alloc::void_pointer
63 typedef Alloc::const_void_pointer
66 typedef Alloc::difference_type
69 typedef Alloc::size_type
72 typedef Alloc::propagate_on_container_copy_assignment
74 typedef Alloc::propagate_on_container_move_assignment
76 typedef Alloc::propagate_on_container_swap
79 template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>;