Inserts value before pos and returns an iterator to the inserted element.

Synopsis

Declared in <prevector.h>

iterator
insert(
    iterator pos,
    unsigned char const& value);

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