BloombergLP::bslim::Printer_Helper::printRaw

Print the specified C-string data to stream with indentation.

Synopsis

Declared in <bslim_printer.h>

static
void
printRaw(
    std::ostream& stream,
    char const* data,
    int level,
    int spacesPerLevel,
    bslmf::SelectTraitCase<is_pointer> traits);

Parameters

NameDescription
streamoutput stream to which data is printed
datanull-terminated string to print, or 0
levelindentation level as defined by the BDE print contract
spacesPerLevelspaces per indentation level; negative for single-line output
traitsunused trait tag for overload resolution