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
cbegin() const;
Created with MrDocs