Searched refs:is_nothrow_default_constructible_v (Results 1 – 9 of 9) sorted by relevance
66 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>) in __movable_box()195 _LIBCPP_HIDE_FROM_ABI constexpr __movable_box() noexcept(is_nothrow_default_constructible_v<_Tp>)
117 inline constexpr bool is_nothrow_default_constructible_v = __is_nothrow_constructible(_Tp); variable
122 …_LIBCPP_HIDE_FROM_ABI constexpr __atomic_base() noexcept(is_nothrow_default_constructible_v<_Tp>) … in __atomic_base()
253 using std::is_nothrow_default_constructible_v;
358 template <class T> inline constexpr bool is_nothrow_default_constructible_v
71 constexpr atomic() noexcept(is_nothrow_default_constructible_v<T>); // since C++20
1189 …_LIBCPP_HIDE_FROM_ABI constexpr variant() noexcept(is_nothrow_default_constructible_v<__first_type…
476 …_LIBCPP_HIDE_FROM_ABI constexpr expected() noexcept(is_nothrow_default_constructible_v<_Tp>) // st…
1702 SYMBOL(is_nothrow_default_constructible_v, std::, <type_traits>)