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

Name

Description

stream

output stream to which data is printed

data

null‐terminated string to print, or 0

level

indentation level as defined by the BDE print contract

spacesPerLevel

spaces per indentation level; negative for single‐line output

traits

unused trait tag for overload resolution

Created with MrDocs