Rodin::Alert::ResetT struct

Empty tag type for resetting terminal formatting.

Tag type used to reset all terminal text formatting and colors back to default. This includes clearing any colors, bold, italic, underline, and other attributes previously applied.

Constructors, destructors, conversion operators

ResetT(const ResetT&) defaulted constexpr
Copy constructor.
ResetT(ResetT&&) defaulted constexpr
Move constructor.

Public functions

auto operator=(const ResetT&) -> ResetT& defaulted constexpr
Copy assignment operator.
auto operator=(ResetT&&) -> ResetT& defaulted constexpr
Move assignment operator.