Turi Create  4.0
turi::hopscotch_table< T, Hash, KeyEqual >::iterator Struct Reference

#include <core/generics/hopscotch_table.hpp>

Detailed Description

template<typename T, typename Hash = _HOPSCOTCH_TABLE_DEFAULT_HASH, typename KeyEqual = std::equal_to<T>>
struct turi::hopscotch_table< T, Hash, KeyEqual >::iterator

A const iterator which allows iteration over the hash table entries. Insertions may disrupt the iterator order. Deletions invalidate the iterator.

Definition at line 203 of file hopscotch_table.hpp.


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