[#BloombergLP-bdlat_TypeTraitBasicChoice-NestedTraitDeclaration] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_TypeTraitBasicChoice.adoc[bdlat_TypeTraitBasicChoice]::NestedTraitDeclaration :relfileprefix: ../../ :mrdocs: This class template ties the `bdlat_TypeTraitBasicChoice` trait tag to the `bdlat_IsBasicChoice` trait metafunction. == Synopsis Declared in `<bdlat_typetraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct NestedTraitDeclaration : xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[bslmf::NestedTraitDeclaration<TYPE, bdlat_IsBasicChoice>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[bslmf::NestedTraitDeclaration<TYPE, bdlat_IsBasicChoice>]` | Empty type used as the conversion target for nested trait declarations. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/NestedTraitDeclaration/Type.adoc[`Type`] | This `typedef` is an alias to `NestedTraitDeclaration`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#