Return an iterator to the beginning
Synopsis
iterator
begin() const noexcept;
Description
Complexity
Linear in the size of the first param.
Exception Safety
Throws nothing.
Return Value
An iterator to the beginning.
Created with MrDocs