[#boost-urls-url_base-segments-07] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/url_base.adoc[url_base]::segments :relfileprefix: ../../../ :mrdocs: Return the path as a container of segments == Synopses Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/url_base.hpp#L1935[boost/url/url_base.hpp]>` Return the path as a container of segments [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls.adoc[urls]::xref:boost/urls/segments_ref.adoc[segments_ref] xref:boost/urls/url_base/segments-0e.adoc[segments]() noexcept; ---- [.small]#xref:boost/urls/url_base/segments-0e.adoc[_» more..._]# Return the path as a container of segments [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/segments_view.adoc[segments_view] xref:boost/urls/url_base/segments-04.adoc[segments]() const noexcept; ---- [.small]#xref:boost/urls/url_base/segments-04.adoc[_» more..._]# == Return Value * `*this` * A bidirectional view of segments. == See Also xref:boost/urls/url_base/encoded_segments-0a.adoc[`encoded_segments`], xref:boost/urls/url_base/set_encoded_path.adoc[`set_encoded_path`], xref:boost/urls/url_base/set_path.adoc[`set_path`], xref:boost/urls/url_base/set_path_absolute.adoc[`set_path_absolute`]. xref:boost/urls/url_view_base/is_path_absolute.adoc[`is_path_absolute`], xref:boost/urls/url_view_base/encoded_path.adoc[`encoded_path`], xref:boost/urls/url_base/encoded_segments-0a.adoc[`encoded_segments`]. xref:boost/urls/url_view_base/path.adoc[`path`], xref:boost/urls/segments_view.adoc[`segments_view`]. [.small]#Created with https://www.mrdocs.com[MrDocs]#