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