Searched defs:is_nothrow_assignable (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_assignable.h22 struct _LIBCPP_TEMPLATE_VIS is_nothrow_assignable : public integral_constant<bool, __is_nothrow_assignable(_Tp, _Arg)> { struct in inherits:integral_constant
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dexchange.h29 noexcept( is_nothrow_move_constructible<_T1>::value && is_nothrow_assignable<_T1&, _T2>::value) argument

Completed in 159 milliseconds