Format the range of objects specified by [ begin, end )] to the specified output stream at the (absolute value of) the specified indentation level, using the specified spacesPerLevel, the number of spaces per indentation level for the objects and their nested objects, where ITERATOR supports the operators ++ and * to access the objects. Individual objects are printed with printValue.
Synopsis
Declared in <bslim_printer.h>
template<class ITERATOR>
static
void
print(
std::ostream& stream,
ITERATOR const& begin,
ITERATOR const& end,
int level,
int spacesPerLevel);
Created with MrDocs