True if a value is present
Synopsis
Declared in header </boost/url/param.hpp#L430[boost/url/param.hpp,window=blank_]>
bool has_value;
Description
The presence of a value is indicated by has_value == true
.
An empty value is distinct from no value.