|
Ginger 1.1.5; VERSION ${PROJECT_VERSION}
|
A node in the Robin Hood hashing linked list. More...
#include <robin.hpp>
Public Attributes | |
| RobinSlNode * | next |
| T | key |
A node in the Robin Hood hashing linked list.
| T | The type of the key stored in the node |
| T fun::detail::RobinSlNode< T >::key |
| RobinSlNode* fun::detail::RobinSlNode< T >::next |