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>

template<class TYPE>
struct PrintMethods_Imp<TYPE, bslmf::SelectTraitCase<>>;

Static Member Functions

Name

Description

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.

Created with MrDocs