begin

Return an iterator to the beginning

Synopsis

iterator begin() noexcept;

Declared in file <boost/url/impl/decode_view.hpp> at line 131

Description

Example

auto it = this->begin();

Complexity

Constant.

Exception Safety

Throws nothing.