#include <ginger/robin.hpp>
template<typename T>
RobinIterator struct
Iterator for the Robin Hood linked list.
| Template parameters | |
|---|---|
| T | The type of elements being iterated |
Public functions
- auto operator!=(const RobinIterator& other) const -> bool -> auto
- auto operator==(const RobinIterator& other) const -> bool -> auto
- auto operator++() -> RobinIterator & -> auto
- auto operator*() const -> const T & -> auto
Public variables
- const RobinSlNode<T>* cur