Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
|
A structure that represents a character set. More...
#include <character_set.hpp>
Public Member Functions | |
constexpr | character_set () noexcept |
Initialises the character set to its default value. | |
constexpr | character_set (charset const &set) noexcept |
Initialises the character set the given value. | |
Public Attributes | |
terminalpp::charset | value_ |
Friends | |
constexpr friend auto | operator<=> (character_set const &lhs, character_set const &rhs) noexcept=default |
Relational operators for character sets. | |
std::size_t | hash_value (character_set const &cs) noexcept |
Hash function. | |
A structure that represents a character set.