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