Ginger 1.1.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Public Attributes | List of all members
fun::detail::RobinSlNode< T > Struct Template Reference

A node in the Robin Hood hashing linked list. More...

#include <robin.hpp>

Collaboration diagram for fun::detail::RobinSlNode< T >:
[legend]

Public Attributes

RobinSlNodenext
 
key
 

Detailed Description

template<typename T>
struct fun::detail::RobinSlNode< T >

A node in the Robin Hood hashing linked list.

Template Parameters
TThe type of the key stored in the node

Member Data Documentation

◆ key

template<typename T >
T fun::detail::RobinSlNode< T >::key

◆ next

template<typename T >
RobinSlNode* fun::detail::RobinSlNode< T >::next

The documentation for this struct was generated from the following file: