Subscript operators
Declared in <streams.h>
Return a const reference to the unread element at pos.
const_reference
operator[](size_type pos) const;
» more...
Return a reference to the unread element at pos.
reference
operator[](size_type pos);
» more...
pos.pos.| Name | Description |
|---|---|
| pos | Index of the unread element, relative to the read position. |