Searched refs:is_nothrow_destructible (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_nothrow_destructible.h44 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible struct in inherits:__libcpp_is_nothrow_destructible
50 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp[_Ns]> struct in inherits:is_nothrow_destructible
51 : public is_nothrow_destructible<_Tp>
56 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp&> struct in inherits:true_type
62 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp&&> struct in inherits:true_type
73 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible
77 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp[]>
84 inline constexpr bool is_nothrow_destructible_v = is_nothrow_destructible<_Tp>::value;
/openbsd-current/gnu/llvm/libcxx/include/__concepts/
H A Ddestructible.h13 #include <__type_traits/is_nothrow_destructible.h>
/openbsd-current/gnu/lib/libcxx/
H A DMakefile727 __type_traits/is_nothrow_destructible.h \

Completed in 127 milliseconds