Searched refs:is_noexcept_assignment (Results 1 – 3 of 3) sorted by relevance
129 noexcept(derived_type::is_noexcept_assignment) in noexcept() argument
365 …r=( concurrent_unordered_base&& other ) noexcept(unordered_segment_table::is_noexcept_assignment) { in noexcept() argument803 … static constexpr bool is_noexcept_assignment = std::is_nothrow_move_assignable<hasher>::value && variable
257 …static constexpr bool is_noexcept_assignment = allocator_traits_type::propagate_on_container_move_… variable353 concurrent_vector& operator=( concurrent_vector&& other ) noexcept(is_noexcept_assignment) { in noexcept() argument