Searched refs:basic_allocator_type (Results 1 – 2 of 2) sorted by relevance
191 using basic_allocator_type = std::scoped_allocator_adaptor<std::allocator<allocator_data_type>>; in test_scoped_allocator() typedef192 …using allocator_type = std::allocator_traits<basic_allocator_type>::template rebind_alloc<allocato… in test_scoped_allocator()
1190 using basic_allocator_type = std::scoped_allocator_adaptor<std::allocator<allocator_data_type>>;1192 …using allocator_type = typename std::allocator_traits<basic_allocator_type>::template rebind_alloc…