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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_default_constructible.h22 struct _LIBCPP_TEMPLATE_VIS is_nothrow_default_constructible struct in inherits:integral_constant
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h159 _NOEXCEPT_( is_nothrow_default_constructible<first_type>::value&& is_nothrow_default_constructible<second_type>::value) argument
164 _NOEXCEPT_( is_nothrow_default_constructible<first_type>::value&& is_nothrow_default_constructible<second_type>::value) argument

Completed in 110 milliseconds