boost::urls::url_base::encoded_segments

Return the path as a container of segments

Synopses

Declared in <boost/url/url_base.hpp>

Return the path as a container of segments

segments_encoded_ref
encoded_segments() noexcept;
» more...

Return the path as a container of segments

segments_encoded_view
encoded_segments() const noexcept;
» more...

Return Value

  • *this
  • A bidirectional view of encoded segments.