|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | key_type = Key |
| using | value_type = Value |
Public Member Functions | |
| constexpr | hash_map_entry (hash_map_entry const &) noexcept=default |
| constexpr | hash_map_entry (hash_map_entry &&) noexcept=default |
| constexpr hash_map_entry & | operator= (hash_map_entry const &) noexcept=default |
| constexpr hash_map_entry & | operator= (hash_map_entry &&) noexcept=default |
| std::size_t | hash () const noexcept |
| key_type const & | key () const noexcept |
| value_type & | value () noexcept |
| value_type const & | value () const noexcept |
Friends | |
| template<typename , typename , typename > | |
| class | hash_map |