Append elements
Synopses
Declared in <boost/url/params_ref.hpp>
Append elements
Append elements
iterator
append(param_view const& p);
Append elements
Return Value
-
An iterator to the first new element.
-
An iterator to the new element.
Parameters
Name |
Description |
init |
The list of params to append. |
p |
The param to append. |
first |
The first element to append. |
last |
One past the last element to append. |
Created with MrDocs