boost::urls::param_pct_view::has_value
True if a value is present
Synopsis
Declared in <include/boost/url/param.hpp>
bool has_value = false;
Description
The presence of a value is indicated by `has_value == true`. An empty value is distinct from no value.
Created with MrDocs