begin overloads
Declared in <bslstl_map.h>
Return an iterator to the first element, or end if empty.
map<KEY, VALUE, COMPARATOR, ALLOCATOR>::iterator
begin() noexcept;
» more...
Return a const iterator to the first element, or end if empty.
map<KEY, VALUE, COMPARATOR, ALLOCATOR>::const_iterator
begin() const noexcept;
» more...
end()end()