Return true if the initial output indentation will be suppressed, and false otherwise.
Synopsis
Declared in <bslim_printer.h>
bool
suppressInitialIndentFlag() const;
Description
The initial indentation will be suppressed if the level supplied at construction is negative.
Return Value
true if the initial output indentation will be suppressed, and false otherwise
Created with MrDocs