Aggregate construction
<boost/url/param.hpp>
param(
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. |