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