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