BloombergLP::bdlc::FlatHashTable::begin

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

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 representing the beginning of the sequence of entries held by this container.

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

Return Value

  • iterator to the first entry, or end if empty
  • const iterator to the first entry, or end if empty