This struct template implements a meta-function to determine whether the (non-cv-qualified) (template parameter) t_TYPE is trivially default constructible.
Declared in <bslmf_istriviallydefaultconstructible.h>
template<class t_TYPE>
struct IsTriviallyDefaultConstructible_DetectTrait<t_TYPE, true>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |