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