BloombergLP::bslim::Printer_Helper::printRaw

Print the elements of the specified STL container data to stream.

Synopsis

Declared in <bslim_printer.h>

template<class TYPE>
static
void
printRaw(
    std::ostream& stream,
    TYPE const& data,
    int level,
    int spacesPerLevel,
    bslmf::SelectTraitCase<HasStlIterators>);