:relfileprefix: ../../../ [#boost-urls-segments_view-2constructor-0c] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/segments_view.adoc[pass:[segments_view]]::segments_view Constructor === Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr segments_view() = default; ---- === Description Default-constructed segments have zero elements. [,cpp] ---- segments_view ps; ---- [,cpp] ---- return segments_view( "" ); ---- === Constant. === Throws nothing.