boost::urls::param_pct_view::param_pct_view
Aggregate construction
Synopsis
Declared in <boost/url/param.hpp>
param_pct_view(
pct_string_view key,
pct_string_view value,
bool has_value) noexcept;
Parameters
Name |
Description |
key |
The key |
value |
The value |
has_value |
True if a value is present |
Created with MrDocs