|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | value_type = uint64_t |
Public Member Functions | |
| constexpr bool | empty () const noexcept |
| constexpr | operator bool () const noexcept |
| size_t | hash () const noexcept |
| constexpr hi::grapheme | grapheme () const noexcept |
| constexpr text_phrasing | phrasing () const noexcept |
| constexpr iso_639 | language () const noexcept |
| constexpr text_style | style () const noexcept |
| text_sub_style | sub_style (iso_15924 script=iso_15924{}) const noexcept |
Data Fields | |
| value_type | _value |
| Internal value. | |
Friends | |
| constexpr friend bool | operator== (agrapheme const &lhs, agrapheme const &rhs) noexcept=default |
| constexpr friend std::partial_ordering | operator<=> (agrapheme const &lhs, agrapheme const &rhs) noexcept |
| value_type v1::agrapheme::_value |
Internal value.