: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. [,cpp] ---- decode_view ds; ---- [,cpp] ---- this->empty() == true ---- === Constant. === Throws nothing.