[#7803D59BC35005E8FCA79A01D6BA2CABC157449F]

Function decode_view:: decode_view

Constructor

Synopsis

            constexpr
decode_view() noexcept = default;
        

Description

Default-constructed views represent empty strings.

Example

decode_view ds;

Postconditions

this->empty() == true

Complexity

Constant.

Exception Safety

Throws nothing.