set
Set a value
Synopsis
params_encoded_base::iterator
set(
params_encoded_base::iterator pos,
pct_string_view value);
Declared in file <include/boost/url/params_encoded_ref.hpp> on line 879
Defined in file <src/params_encoded_ref.cpp> on line 182
Description
This function replaces the value of an element at the specified position.
All iterators that are equal to
pos
or come after are invalidated.
The string passed in must not come from the element being replaced, or else the behavior is undefined. |