:relfileprefix: ../../../ [#boost-urls-segments_view-2constructor-0d] = 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(xref:boost/urls/segments_view.adoc[segments_view] const& other) = default; ---- == Description After construction, viewss reference the same underlying character buffer. Ownership is not transferred; the caller is responsible for ensuring the lifetime of the buffer extends until it is no longer referenced. === Postconditions [,cpp] ---- this->buffer().data() == other.buffer().data() ---- === Complexity Constant === Exception Safety Throws nothing