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