Append elements
This function appends a param to the view.
The `end()` iterator is invalidated.
url u;
u.params().append( { "first", "John" } );
Calls to allocate may throw.
An iterator to the new element.
Name | Description |
---|---|
p | The param to append. |