Replace elements.
iterator replace( iterator from, iterator to, std::initializer_list< query_param_view > init);
This function replaces a list of elements at a range of container positions The key and value strings must not reference the underlying URL buffer, or else the behavior is undefined.
Iterator to position where the first inserted element
Name |
Description |
---|---|
|
Iterator to beginning of the range to be replaced |
|
Iterator to end of the range to be replaced |
|
List of elements to replace the range |