prevector<36, unsigned char>::insert

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

NameDescription
posIterator to the position to insert before.
valueThe value to insert.