std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::begin(size_type), (3) - Linux Manuals
std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::begin(size_type),: std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::begin(size_type),
NAME
std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::begin(size_type), - std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::begin(size_type),
Synopsis
local_iterator begin(
const_local_iterator begin(
const_local_iterator cbegin(
Returns an iterator to the first element of the bucket with index n.
Parameters
n - the index of the bucket to access
Return value
Iterator to the first element.
Complexity
Constant.
See also
end(size_type)
cend(size_type)