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.
Declared in <bdlb_printmethods.h>
static
std::ostream&
print(
std::ostream& stream,
TYPE const& object,
int level,
int spacesPerLevel);