Constructs a value at container position.
iterator replace( iterator pos, string_view key, string_view value);
Iterator to position where the element was constructed
Name |
Description |
---|---|
|
Position where the new element should be constructed |
|
Key of the new element |
|
Value of the new element |