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
27 std::allocator_traits<std::allocator<int>> allocator_traits; test_allocator_traits() local
397 typedef std::allocator_traits<std::allocator<control_block> > allocator_traits; ~thread_unsafe_shared_ptr() typedef 427 typedef std::allocator_traits<std::allocator<control_block_type> > allocator_traits; make_thread_unsafe_shared() typedef [all...]