BloombergLP::bslmf::IsTriviallyDefaultConstructible_DetectTrait<t_TYPE, true>

This struct template implements a meta-function to determine whether the (non-cv-qualified) (template parameter) t_TYPE is trivially default constructible.

Synopsis

Declared in <bslmf_istriviallydefaultconstructible.h>

template<class t_TYPE>
struct IsTriviallyDefaultConstructible_DetectTrait<t_TYPE, true>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.