Aggregate construction
<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. |