Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
terminalpp::character_set Struct Reference

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.
 

Detailed Description

A structure that represents a character set.


The documentation for this struct was generated from the following file: