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

A structure that carries around the presentation attributes of an ANSI element. More...

#include <attribute.hpp>

Public Attributes

colour foreground_colour_ {}
 
colour background_colour_ {}
 
intensity intensity_ {}
 
underlining underlining_ {}
 
polarity polarity_ {}
 
blinking blinking_ {}
 

Friends

std::size_t hash_value (attribute const &attr) noexcept
 Hash function.
 
constexpr friend auto operator<=> (attribute const &lhs, attribute const &rhs) noexcept=default
 Relational operators for attributes.
 

Detailed Description

A structure that carries around the presentation attributes of an ANSI element.


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