:relfileprefix: ../../../ [#boost-urls-decode_view-2constructor-07] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/decode_view.adoc[pass:[decode_view]]::decode_view Constructor == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr decode_view() noexcept = default; ---- == Description Default-constructed views represent empty strings. === Example [,cpp] ---- decode_view ds; ---- === Postconditions [,cpp] ---- this->empty() == true ---- === Complexity Constant. === Exception Safety Throws nothing.