template<typename T>
fun::detail::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