BloombergLP::bdlc::FlatHashMap::end

end overloads

Synopses

Declared in <bdlc_flathashmap.h>

Return an iterator to the past-the-end element in the sequence of modifiable elements maintained by this map.

FlatHashMap<KEY, VALUE, HASH, EQUAL>::iterator
end();
» more...

Return a const_iterator to the past-the-end element in the sequence of elements maintained by this map.

FlatHashMap<KEY, VALUE, HASH, EQUAL>::const_iterator
end() const;
» more...

Return Value

  • past-the-end iterator
  • past-the-end const iterator