Returns a const iterator to the first element, in insertion order.
Synopsis
Declared in <absl/container/linked_hash_set.h>
const_iterator
cbegin() const;
Return Value
A const iterator to the beginning of the set.
Created with MrDocs