Home
last modified time | relevance | path

Searched refs:is_noexcept_assignment (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h129 noexcept(derived_type::is_noexcept_assignment) in noexcept() argument
H A D_concurrent_unordered_base.h365 …r=( concurrent_unordered_base&& other ) noexcept(unordered_segment_table::is_noexcept_assignment) { in noexcept() argument
803 … static constexpr bool is_noexcept_assignment = std::is_nothrow_move_assignable<hasher>::value && variable
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h257 …static constexpr bool is_noexcept_assignment = allocator_traits_type::propagate_on_container_move_… variable
353 concurrent_vector& operator=( concurrent_vector&& other ) noexcept(is_noexcept_assignment) { in noexcept() argument