Return the path as a container of segments
Synopses
Declared in <boost/url/url_base.hpp>
Return the path as a container of segments
urls::segments_ref
segments() noexcept;
Return the path as a container of segments
segments_view
segments() const noexcept;
Return Value
-
*this -
A bidirectional view of segments.
See Also
encoded_segments, set_encoded_path, set_path, set_path_absolute.
is_path_absolute, encoded_path, encoded_segments. path, segments_view.
Created with MrDocs