boost::urls::decode_view::begin

Return an iterator to the beginning

Synopsis

Declared in <include/boost/url/decode_view.hpp>

iterator
begin() const noexcept;

Description

auto it = this->begin();

Constant.

Throws nothing.

Created with MrDocs