std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::begin, (3) - Linux Manuals
std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::begin,: std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::begin,
NAME
std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::begin, - std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::begin,
Synopsis
iterator begin()
const_iterator begin()
const_iterator cbegin()
Returns an iterator to the first element of the container.
If the container is empty, the returned iterator will be equal to end().
range-begin-end.svg
Parameters
(none)
Return value
Iterator to the first element
Complexity
Constant
Example
See also
end
cend