Return true if the string is empty
Declared in <boost/url/decode_view.hpp>
<boost/url/decode_view.hpp>
bool empty() const noexcept;
assert( decode_view( "" ).empty() );
Constant.
Throws nothing.
true if the string is empty
true