Searched defs:__allocator_traits_rebind (Results 1 – 2 of 2) sorted by relevance
5 struct __allocator_traits_rebind struct11 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> struct19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; argument
5 struct __allocator_traits_rebind struct15 __allocator_traits_rebind<allocator_type, T>::type; argument