Print the initial indentation and opening bracket for this object.
Declared in <bslim_printer.h>
void
start(bool suppressBracket = false) const;
Print to the output stream supplied at construction absLevel() * spacesPerLevel() blank spaces if the suppressInitialIndentFlag is false, and suppress the initial indentation otherwise. If the optionally specified suppressBracket is false, print an opening square bracket.
| Name | Description |
|---|---|
| suppressBracket | if true, omit the opening square bracket |