Defined in header <cparse/Indentation.hh>
void reset( uint_fast16_t step_size = DEFAULT_STEPSIZE ) noexcept;
Sets the step size to step_size and the current indent to 0.
Parameters
| Parameter | Description |
|---|---|
step_size | The step size to install. Default DEFAULT_STEPSIZE (2U). |
Return value
(none)
Exceptions
noexcept.
Notes
Convenience for the common case of preparing an Indentation for a new emission run. Equivalent to setStepSize followed by setIndentation(0), in one call.
See also
- Indentation::setStepSize, Indentation::setIndentation — the two operations
resetcombines. - Indentation::DEFAULT_STEPSIZE — the default argument.

