bsl::vector<VALUE_TYPE*, ALLOCATOR>::operator[]

Return a reference to the element at the specified position.

Synopsis

Declared in <bslstl_vector.h>

vector<VALUE_TYPE*, ALLOCATOR>::reference
operator[](size_type position);

Return Value

modifiable reference to the element at position

Parameters

NameDescription
positionelement position or insertion point