(Inherited from params_base)
params_base
Return true if there are no params.
bool empty() const;
assert( ! url_view( "?key=value" ).params().empty() );
Constant.
Throws nothing.