Searched defs:allocator_traits (Results 1 – 4 of 4) sorted by relevance
11 struct allocator_traits struct16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument
17 struct allocator_traits struct19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; argument20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument