boost::urls::param_pct_view::param_pct_view
Constructors
Synopses
Declared in <boost/url/param.hpp>
Constructor
constexpr
param_pct_view() = default;
Construction
explicit
param_pct_view(param_view const& p);
Constructor
param_pct_view(
pct_string_view key,
pct_string_view value) noexcept;
Constructor
template<class OptionalString>
param_pct_view(
pct_string_view key,
OptionalString const& value);
Aggregate construction
param_pct_view(
pct_string_view key,
pct_string_view value,
bool has_value) noexcept;
Exceptions
Name |
Thrown on |
|
|
Template Parameters
Name |
Description |
OptionalString |
An optional |
Parameters
Name |
Description |
p |
The param to construct from. |
key |
The key to set. |
value |
The value to set. |
has_value |
True if a value is present |
Created with MrDocs