boost::urls::param::param
Constructor
Synopsis
Declared in <include/boost/url/param.hpp>
constexpr
param() = default;
template<class OptionalString>
param(
core::string_view key,
OptionalString const& value);
param(
core::string_view key,
core::string_view value,
bool has_value) noexcept;
Template Parameters
Name | Description |
---|---|
OptionalString |
An optional string type, such as |
Parameters
Name | Description |
---|---|
key, |
value The key and value to set. |
Created with MrDocs