Print the specified string‐ref data to stream with indentation.
Synopsis
Declared in <bslim_printer.h>
static
void
printRaw(
std::ostream& stream,
bslstl::StringRef const& data,
int level,
int spacesPerLevel,
bslmf::SelectTraitCase<>);
Created with MrDocs