bsl::is_trivially_default_constructible_v

This template variable represents the result value of the bsl::is_trivially_default_constructible meta-function.

Synopsis

Declared in <bslmf_istriviallydefaultconstructible.h>

template<class t_TYPE>
inline constexpr bool is_trivially_default_constructible_v = is_trivially_default_constructible<t_TYPE>::value;