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

boost::urls::segments_encoded_base::begin

Return an iterator to the beginning

Synopsis

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

iterator
begin() const noexcept;

Description

Complexity

Linear in this->front().size() or constant if this->empty().

Exception Safety

Throws nothing.