Insert element.
iterator insert( iterator before, query_param_view const& v);
This function insert an element at the specified container position.
Iterator pointing to the new inserted element
Name |
Description |
---|---|
|
Position at which the element should be inserted |
|
Element to be inserted |