Defined in header <cparse/Indentation.hh>
uint_fast16_t getStepSize() const noexcept;
Returns the current step size — the multiplier applied to the step argument of right() and left().
Parameters
None.
Return value
The current step size.
Exceptions
noexcept.
See also
- Indentation::setStepSize — change the step size.
- Indentation::right, Indentation::left — the operations that use it.

