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