Return a modifiable reference to the element at position.
position
Declared in <bslstl_vector.h>
<bslstl_vector.h>
vectorBase<VALUE_TYPE>::reference at(size_type position);
Throw a std::out_of_range exception if position >= size().
std::out_of_range
position >= size()
modifiable reference to the element at position