[#boost-urls-params_encoded_ref-set-03] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/params_encoded_ref.adoc[params_encoded_ref]::set :relfileprefix: ../../../ :mrdocs: == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/params_encoded_ref.hpp#L879[boost/url/params_encoded_ref.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/params_encoded_base/iterator.adoc[iterator] xref:boost/urls/params_encoded_ref/set-0d.adoc[set]( xref:boost/urls/params_encoded_base/iterator.adoc[iterator] pos, xref:boost/urls/pct_string_view.adoc[pct_string_view] value); ---- [.small]#xref:boost/urls/params_encoded_ref/set-0d.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/params_encoded_base/iterator.adoc[iterator] xref:boost/urls/params_encoded_ref/set-07.adoc[set]( xref:boost/urls/pct_string_view.adoc[pct_string_view] key, xref:boost/urls/pct_string_view.adoc[pct_string_view] value, xref:boost/urls/ignore_case_param.adoc[ignore_case_param] ic = {}); ---- [.small]#xref:boost/urls/params_encoded_ref/set-07.adoc[_» more..._]# == Exceptions |=== | Name | Thrown on | `system_error` | `value` contains an invalid percent‐encoding. |=== == Parameters |=== | Name | Description | *pos* | An iterator to the element. | *value* | The value to assign. The empty string still counts as a value. That is, `has_value` for the element is true. | *key* | The key to match. By default, a case‐sensitive comparison is used. | *ic* | An optional parameter. If the value xref:boost/urls/ignore_case.adoc[ignore_case] is passed here, the comparison is case‐insensitive. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#