Aggregate construction
Declared in <boost/url/param.hpp>
param_view(
core::string_view key,
core::string_view value,
bool has_value) noexcept;
| Name | Description |
|---|---|
| key | The key to set. |
| value | The value to set. |
| has_value | True if a value is present. |