[#BloombergLP-bdlb-TypeTraitHasPrintMethod-NestedTraitDeclaration] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/TypeTraitHasPrintMethod.adoc[TypeTraitHasPrintMethod]::NestedTraitDeclaration :relfileprefix: ../../../ :mrdocs: This class template ties the `bdlb::TypeTraitHasPrintMethod` trait tag to the `bdlb::HasPrintMethod` trait metafunction. == Synopsis Declared in `<bdlb_printmethods.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct NestedTraitDeclaration : xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[bslmf::NestedTraitDeclaration<TYPE, HasPrintMethod>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslmf/NestedTraitDeclaration.adoc[bslmf::NestedTraitDeclaration<TYPE, HasPrintMethod>]` | 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]#