Variable template alias for std::is_nothrow_default_constructible_v.

Synopsis

Declared in <bsl_type_traits.h>

template<class TYPE>
inline constexpr bool is_nothrow_default_constructible_v = std::is_nothrow_default_constructible<TYPE>::value;

Created with MrDocs