template<typename Manipulator>
requires(Manipulator manipulator, terminal_state state) {
{
manipulator(
} -> std::same_as<void>;
}
Definition terminal.hpp:16
A set of flags that determine how a terminal should behave over a datastream.
Definition behaviour.hpp:12
A structure representing an ANSI graphics effect (e.g. intensity, underlining)
Definition effect.hpp:27