Defined in header <cparse/Indentation.hh>

~Indentation() noexcept;

Destroys the Indentation. = default-defined; no observable side effects.

Parameters

None.

Exceptions

noexcept.

Notes

The class is final, so this destructor is not virtual. There is no polymorphic destruction path.

See also