Boost.URL Logo

PrevUpHomeNext
query_param_view::has_value

True if the value is present.

Synopsis
bool has_value = false;
Description

The presence of a value is indicated by has_value == true. A value that is present with an empty string is distinct from a value that is absent.


PrevUpHomeNext