Print the specified object to the specified stream by iterating over its STL-compliant sequence elements.
Declared in <bdlb_printmethods.h>
static
std::ostream&
print(
std::ostream& stream,
TYPE const& object,
int level,
int spacesPerLevel);
reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| object | object to print |
| level | initial indentation level |
| spacesPerLevel | spaces per indentation level |