Ginger 1.1.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Classes | Namespaces
robin.hpp File Reference

Robin Hood cycle iteration data structure. More...

#include <vector>
Include dependency graph for robin.hpp:

Go to the source code of this file.

Classes

struct  fun::detail::RobinSlNode< T >
 A node in the Robin Hood hashing linked list. More...
 
struct  fun::detail::RobinIterator< T >
 Iterator for the Robin Hood linked list. More...
 
struct  fun::detail::RobinIterableWrapper< T >
 Wrapper to make the linked list iterable. More...
 
struct  fun::Robin< T >
 Robin Hood iterator for cycle iteration. More...
 

Namespaces

namespace  fun
 
namespace  fun::detail
 

Detailed Description

Robin Hood cycle iteration data structure.