:relfileprefix: ../../../ [#boost-urls-param_view-has_value] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/param_view.adoc[pass:[param_view]]::has_value True if a value is present == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- bool has_value = false; ---- == Description The presence of a value is indicated by `has_value == true`. An empty value is distinct from no value.