Component-private print implementation for types with the HasStlIterators trait.
Declared in <bdlb_printmethods.h>
template<class TYPE>
struct PrintMethods_Imp<TYPE, bslmf::SelectTraitCase<HasStlIterators>>;
Component-private struct. Do not use outside of this component. This struct provides a print function that prints objects of the parameterized TYPE that have the bslalg::HasStlIterators trait declared.
| Name | Description |
|---|---|
print | Print the specified object to the specified stream by iterating over its STL-compliant sequence elements. |