boost::urls::param::param
Constructors
Synopses
Declared in <boost/url/param.hpp>
Constructor
constexpr
param() = default;
Constructor
Constructor
Constructor
template<class OptionalString>
param(
core::string_view key,
OptionalString const& value);
Aggregate construction
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 |
other |
The object to construct from. |
key |
The key to set. |
value |
The value to set. |
has_value |
True if a value is present. |
Created with MrDocs