Searched refs:is_noexcept_swap (Results 1 – 3 of 3) sorted by relevance
142 noexcept(derived_type::is_noexcept_swap) in swap()
387 …void swap( concurrent_unordered_base& other ) noexcept(unordered_segment_table::is_noexcept_swap) { in swap()806 static constexpr bool is_noexcept_swap = tbb::detail::is_nothrow_swappable<hasher>::value && variable
259 …static constexpr bool is_noexcept_swap = allocator_traits_type::propagate_on_container_swap::value… variable522 void swap(concurrent_vector& other) noexcept(is_noexcept_swap) { in swap()