Print the specified object to the specified stream by iterating over its STL‐compliant sequence elements.

Synopsis

Declared in <bdlb_printmethods.h>

static
std::ostream&
print(
    std::ostream& stream,
    TYPE const& object,
    int level,
    int spacesPerLevel);

Return Value

reference to stream

Parameters

Name

Description

stream

output stream

object

object to print

level

initial indentation level

spacesPerLevel

spaces per indentation level

Created with MrDocs