Turi Create  4.0
turi::hopscotch_table< T, Hash, KeyEqual >::insert_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 >::insert_iterator

Standard insert iterator. Writing into this iterator will cause insertions to occur. It is however, recommended that the insert() operation be used instead of the insert_iterator since the insert_iterator silently fails on insert failure.

Definition at line 266 of file hopscotch_table.hpp.


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