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

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_nothrow_destructible.h29 template <bool, class _Tp> struct __libcpp_is_nothrow_destructible;
32 struct __libcpp_is_nothrow_destructible<false, _Tp> struct in inherits:false_type
38 struct __libcpp_is_nothrow_destructible<true, _Tp> struct in inherits:integral_constant
45 : public __libcpp_is_nothrow_destructible<is_destructible<_Tp>::value, _Tp>

Completed in 158 milliseconds