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