:relfileprefix: ../../../ [#7803D59BC35005E8FCA79A01D6BA2CABC157449F] = Function decode_view::decode_view pass:v,q[Constructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr decode_view() noexcept = default; ---- == Description pass:v,q[Default-constructed views represent] pass:v,q[empty strings.] === Example [,cpp] ---- decode_view ds; ---- === Postconditions [,cpp] ---- this->empty() == true ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `void`