boost::urls::params_encoded_ref::set
Set a value
Synopses
Set a value
iterator
set(
iterator pos,
pct_string_view value);
Set a value
iterator
set(
pct_string_view key,
pct_string_view value,
ignore_case_param ic = {});
Exceptions
Name |
Thrown on |
|
|
Return Value
-
An iterator to the element.
-
An iterator to the appended or modified element.
Parameters
Name |
Description |
pos |
An iterator to the element. |
value |
The value to assign. The empty string still counts as a value. That is, |
key |
The key to match. By default, a case‐sensitive comparison is used. |
ic |
An optional parameter. If the value |
Created with MrDocs