Insert elements into this vector.

Synopsis

Declared in <bslstl_vector.h>

vector<VALUE_TYPE*, ALLOCATOR>::iterator
insert(
    const_iterator position,
    size_type numElements,
    VALUE_TYPE* value);

Return Value

iterator referring to the first newly inserted element, or position if none

Parameters

Name

Description

position

element position or insertion point

numElements

number of elements to insert or assign

value

element value

Created with MrDocs