Return an iterator to the beginning
Synopsis
Declared in header </boost/url/decode_view.hpp#L282[boost/url/decode_view.hpp,window=blank_]>
iterator
begin() const noexcept;
Description
Example
auto it = this->begin();
Complexity
Constant.
Exception Safety
Throws nothing.
Return Value
-
iterator