This class template ties the bslalg::TypeTraitBitwiseCopyable trait tag to the bsl::is_trivially_copyable trait metafunction.
Declared in <bslalg_typetraitbitwisecopyable.h>
template<class TYPE>
struct NestedTraitDeclaration
: bslmf::NestedTraitDeclaration<TYPE, IsBitwiseCopyable>
| Name | Description |
|---|---|
bslmf::NestedTraitDeclaration<TYPE, IsBitwiseCopyable> | Empty type used as the conversion target for nested trait declarations. |
| Name | Description |
|---|---|
Type | This typedef is an alias to NestedTraitDeclaration. |