Boost.URL Logo

PrevUpHomeNext
query_param::value

The value.

Synopsis
std::string value;
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