Subscript operators
Synopses
Declared in <streams.h>
Return a const reference to the unread element at pos.
Return a reference to the unread element at pos.
Return Value
-
A const reference to the unread element at
pos. -
A reference to the unread element at
pos.
Parameters
Name |
Description |
pos |
Index of the unread element, relative to the read position. |
Created with MrDocs