Searched refs:is_nothrow_default_constructible_v (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_default_constructible.h27 inline constexpr bool is_nothrow_default_constructible_v = __is_nothrow_constructible(_Tp); variable
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h68 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>)
197 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>)
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h127 _LIBCPP_HIDE_FROM_ABI constexpr __atomic_base() noexcept(is_nothrow_default_constructible_v<_Tp>) : __a_(_Tp()) {}
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc253 using std::is_nothrow_default_constructible_v;
/freebsd-current/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h480 _LIBCPP_HIDE_FROM_ABI constexpr expected() noexcept(is_nothrow_default_constructible_v<_Tp>) // strengthened

Completed in 177 milliseconds