begin

Return an iterator to the beginning

Synopsis

iterator
begin() const noexcept;

Declared in file <include/boost/url/decode_view.hpp> on line 282

Defined in file <include/boost/url/impl/decode_view.hpp> on line 131

Description

Example

auto it = this->begin();

Complexity

Constant.

Exception Safety

Throws nothing.