Return a const_iterator to the first element in the sequence of elements maintained by this set, or the end iterator if this set is empty.
Synopsis
Declared in <bdlc_flathashset.h>
FlatHashSet<KEY, HASH, EQUAL>::const_iterator
begin() const;
Return Value
const iterator to the first element, or end if empty
Created with MrDocs