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