Return true if the string is empty.
bool empty() const;
assert( decode_view( "" ).empty() );
Constant.
Throws nothing.