bsl::vector<VALUE_TYPE*, ALLOCATOR>::insert

Insert elements into this vector.

Synopsis

Declared in <bslstl_vector.h>

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

Return Value

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

Parameters

NameDescription
positionelement position or insertion point
valueelement value