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

/openbsd-current/gnu/llvm/libcxx/include/__concepts/
H A Ddestructible.h26 concept destructible = is_nothrow_destructible_v<_Tp>;
/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_nothrow_destructible.h84 inline constexpr bool is_nothrow_destructible_v = is_nothrow_destructible<_Tp>::value; variable

Completed in 133 milliseconds