Searched defs:noexcept (Results 1 – 3 of 3) sorted by relevance
68 noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function82 noexcept(is_nothrow_move_constructible_v<_Tp>) in noexcept() function
307 noexcept(is_nothrow_copy_assignable_v<_Tp> && in noexcept() function333 noexcept(is_nothrow_move_assignable_v<_Tp> && in noexcept() function784 …noexcept(is_nothrow_copy_assignable_v<_Err> && is_nothrow_copy_constructible_v<_Err>) // strengthe… in noexcept() function806 noexcept(is_nothrow_move_assignable_v<_Err> && in noexcept() function
338 noexcept(is_nothrow_copy_assignable_v<const first_type> && in noexcept() function349 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && in noexcept() function