[#7803D59BC35005E8FCA79A01D6BA2CABC157449F]
Constructor
constexpr decode_view() noexcept = default;
Default-constructed views represent empty strings.
decode_view ds;
this->empty() == true
Constant.
Throws nothing.