Replace elements.
template< class FwdIt> iterator replace( iterator from, iterator to, FwdIt first, FwdIt last);
This function replaces a range 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 |
|
An iterator to the beginning of range to be inserted |
|
An iterator to the end of the range to be inserted |