|
Terminal++ 4.0.1.23
A C++ library for interacting with ANSI terminal windows
|
A structure representing an ANSI graphics effect (e.g. intensity, underlining) More...
#include <effect.hpp>
Public Member Functions | |
| constexpr | effect () noexcept |
| Initialises the intensity to the default (normal) value. | |
| constexpr | effect (Type value) noexcept |
| Initialises the effect to the given value. | |
Public Attributes | |
| Type | value_ |
Friends | |
| std::size_t | hash_value (effect const &eff) noexcept |
| Hash function. | |
| constexpr friend auto | operator<=> (effect const &lhs, effect const &rhs) noexcept=default |
| Relational operators for effects. | |
A structure representing an ANSI graphics effect (e.g. intensity, underlining)