: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. === Example [,cpp] ---- segments_view ps; ---- === Effects [,cpp] ---- return segments_view( "" ); ---- === Complexity Constant. === Exception Safety Throws nothing.