Return a reference to the element at the specified position.
Declared in <bslstl_vector.h>
Return a reference to the element at the specified position.
vector<VALUE_TYPE*, ALLOCATOR>::reference
operator[](size_type position);
» more...
Return a reference to the element at the specified position.
vector<VALUE_TYPE*, ALLOCATOR>::const_reference
operator[](size_type position) const;
» more...
positionposition| Name | Description |
|---|---|
| position | element position or insertion point |