Struct HashMap::Entry
Defined in File hash_map.hpp
This struct is a nested type of Template Class HashMap.
-
struct Entry
Internal structure representing an entry in the hash map.
Public Members
-
hash_t hash
Hash value of the key.
-
Key key
The key.
-
bool is_occupied
Whether this entry is occupied.
-
Value value
The value associated with the key.
-
hash_t hash