|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | value_type = T |
Static Public Attributes | |
| static constexpr value_type | max = Max |
| static constexpr value_type | invalid = max + 1 |
| static constexpr value_type | mask = static_cast<value_type>((1ULL << std::bit_width(invalid)) - 1) |
Friends | |
| std::string | to_string (tagged_id const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, tagged_id const &rhs) |