Return a reference providing non-modifiable access to the element at the specified position in the bsl::deque held by this proctor. The behavior is undefined unless position < size where size is the number of elements in that deque.
position
bsl::deque
position < size
size
Declared in <bdlcc_deque.h>
<bdlcc_deque.h>
TYPE const& operator[](size_type position) const;