:relfileprefix: ../../../ [#B6E25D45C94C4F29B5D50ADE1EB837D740CC1E72] = Function segments_encoded_view::segments_encoded_view pass:v,q[Constructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr segments_encoded_view(const xref:boost/urls/segments_encoded_view.adoc[segments_encoded_view]&) noexcept = default; ---- == Description pass:v,q[After construction, both views] pass:v,q[reference the same character buffer.] pass:v,q[Ownership is not transferred; the caller] pass:v,q[is responsible for ensuring the lifetime] pass:v,q[of the buffer extends until it is no] pass:v,q[longer referenced.] === Postconditions [,cpp] ---- this->buffer().data() == other.buffer().data() ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing] == Return Value * `void` == Parameters |=== | Name | Type | ** | `` |===