at overloads
Declared in <bslstl_deque.h>
Return a modifiable reference to the element at position.
Deque_Base<VALUE_TYPE>::reference
at(size_type position);
» more...
Return a non-modifiable reference to the element at position.
Deque_Base<VALUE_TYPE>::const_reference
at(size_type position) const;
» more...
positionposition| Name | Description |
|---|---|
| position | zero-based index of the element |