Inserts value before pos and returns an iterator to the inserted element.
Synopsis
Return Value
An iterator to the inserted element.
Parameters
Name |
Description |
pos |
Iterator to the position to insert before. |
value |
The value to insert. |
Created with MrDocs