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

See Also

encoded_segments, set_encoded_path, set_path, set_path_absolute.

is_path_absolute, encoded_path, path, segments, segments_encoded_view.

Created with MrDocs