front overloads
Synopses
Declared in <absl/container/linked_hash_map.h>
Returns a reference to the first element.
Returns a const reference to the first element.
const_reference
front() const;
Return Value
-
A reference to the first element.
-
A const reference to the first element.
Created with MrDocs