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
Name |
Description |
position |
element position or insertion point |
Created with MrDocs