Variable template alias for std::is_nothrow_destructible_v.

Synopsis

Declared in <bsl_type_traits.h>

template<class TYPE>
inline constexpr bool is_nothrow_destructible_v = std::is_nothrow_destructible<TYPE>::value;

Created with MrDocs