Defined in header <cparse/Indentation.hh>

uint_fast16_t getIndentation() const noexcept;

Returns the current indent, in raw units (space characters).

This is the value used by operator<<: streaming an Indentation writes exactly getIndentation() space characters.

Parameters

None.

Return value

The current indent.

Exceptions

noexcept.

See also