BloombergLP::bdlc::FlatHashTable::begin

begin overloads

Synopses

Declared in <bdlc_flathashtable.h>

Return an iterator representing the beginning of the sequence of entries held by this container.

FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::iterator
begin();
» more...

Return an iterator to the first entry in this table.

FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::const_iterator
begin() const;
» more...