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

ParameterDescription
step_sizeThe 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