indent ‐ Insert 'NumSpaces' spaces.
Synopsis
Declared in <llvm/Support/raw_ostream.h>
raw_ostream&
indent(unsigned int NumSpaces);
Return Value
This stream, for chaining.
Parameters
Name |
Description |
NumSpaces |
Number of space characters to write. |
Created with MrDocs