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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_copy_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_nothrow_copy_assignable struct in inherits:integral_constant
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h292 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value&& is_nothrow_copy_assignable<second_type>::value) { argument

Completed in 123 milliseconds