begin overloads
Synopses
Declared in <absl/container/linked_hash_map.h>
Returns an iterator to the first element.
Returns a const iterator to the first element.
const_iterator
begin() const;
Return Value
-
An iterator to the beginning of the map.
-
A const iterator to the beginning of the map.
Created with MrDocs