[#4133FEB262B2E36217DB7FDB85AD3F94266E2AF0]

Function decode_view:: empty

Return true if the string is empty

Synopsis

            bool
empty() const noexcept;
        

Description

Example

assert( decode_view( "" ).empty() );

Complexity

Constant.

Exception Safety

Throws nothing.