Home
last modified time | relevance | path

Searched defs:noexcept (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
93 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h264 … __nat> const& __p) noexcept(is_nothrow_copy_assignable<first_type>::value && in noexcept() function
275 __nat>&& __p) noexcept(is_nothrow_move_assignable<first_type>::value && in noexcept() function
305noexcept(is_nothrow_copy_assignable_v<const first_type> && is_nothrow_copy_assignable_v<const seco… in noexcept() function
315 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && in noexcept() function