boost::urls::param::param
Constructor
Synopsis
Declared in <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;
Parameters
Name | Description |
---|---|
OptionalString |
An optional string
type, such as `core::string_view`,
`std::nullptr`,
xref:/boost/urls/no_value_t.adoc[no_value_t
, or
|
Parameters
Name | Description |
---|---|
key, |
value The key and value to set. |
Created with MrDocs