Home
last modified time | relevance | path

Searched refs:pocca_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_allocator_traits.h68 using pocca_type = typename allocator_traits<Allocator>::propagate_on_container_copy_assignment;
69 copy_assign_allocators_impl(lhs, rhs, pocca_type());
/oneTBB/test/common/
H A Dcontainers_common.h27 using pocca_type = typename allocator_traits_type::propagate_on_container_copy_assignment; in test_allocator_traits() local
42 …REQUIRE_MESSAGE(propagated_on_copy == pocca_type::value, "Unexpected allocator propagation on copy… in test_allocator_traits()