Return an iterator to the beginning
Synopsis
iterator
begin() const noexcept;
Description
Complexity
Linear in this‐>front().size()
or constant if this‐>empty()
.
Exception Safety
Throws nothing.
Return Value
An iterator to the first segment.
Created with MrDocs