#include <ginger/robin.hpp>
template<typename T>
RobinSlNode struct
A node in the Robin Hood hashing linked list.
| Template parameters | |
|---|---|
| T | The type of the key stored in the node |
Public variables
- RobinSlNode* next
- T key