[#BloombergLP-bslim-Printer_Helper-printRaw-09e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::xref:BloombergLP/bslim/Printer_Helper.adoc[Printer_Helper]::printRaw :relfileprefix: ../../../ :mrdocs: The `print` method of this class dispatches based on `TYPE` and traits to a `printRaw` method to do the actual printing of the specified `data` to the specified `stream` with indentation based on the specified `level` and `spacesPerLevel`. == Synopsis Declared in `<bslim_printer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static void printRaw( std::ostream& stream, TYPE const& data, int level, int spacesPerLevel, xref:BloombergLP/bslmf/SelectTraitCase.adoc[bslmf::SelectTraitCase<>]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#