Searched defs:allocator_traits (Results 1 – 2 of 2) 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