Boost.URL
Report an Issue
  • Boost.URL
  • boost::urls::decode_view::begin
Home:

boost::urls::decode_view::begin

Return an iterator to the beginning

Synopsis

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

iterator
begin() const noexcept;

Description

Example

auto it = this->begin();

Complexity

Constant.

Exception Safety

Throws nothing.