[#BloombergLP-bdlb-PrintMethods_Imp-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::PrintMethods_Imp<TYPE, xref:BloombergLP/bslmf/SelectTraitCase.adoc[bslmf::SelectTraitCase<>]> :relfileprefix: ../../ :mrdocs: Component‐private `struct`. Do not use outside of this component. This `struct` provides a `print` function that prints objects of parameterized `TYPE` that do not declare any of the traits recognized by this component. == Synopsis Declared in `<bdlb_printmethods.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct PrintMethods_Imp<TYPE, xref:BloombergLP/bslmf/SelectTraitCase.adoc[bslmf::SelectTraitCase<>]>; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/PrintMethods_Imp-0c/print.adoc[`print`] | Print the specified `object` to the specified `stream` using its `<<` output stream operator. Note that a compiler error will result if the specified `TYPE` does not have a `<<` output stream operator. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#