Component-private print implementation for types with the IsPair trait.
Declared in <bdlb_printmethods.h>
template<class TYPE>
struct PrintMethods_Imp<TYPE, bslmf::SelectTraitCase<IsPair>>;
Component-private struct. Do not use outside of this component. This struct provides a print function that prints objects of parameterized TYPE that declare the bslmf::IsPair trait.
| Name | Description |
|---|---|
print | Print the specified object to the specified stream by printing its first and second members. |