Return true if there are no params
bool
empty() noexcept;
Declared in file <src/params_encoded_base.cpp> at line 65
assert( ! url_view( "?key=value" ).encoded_params().empty() );
Constant.
Throws nothing.