value_type operator[] | ( | difference_type | n | ) | const |
Provides an arbitrary access to the underlying iterated sequence.
n | A signed integral offset of a position of the element of interest with respect to the position of the current iterator. |
n
.The operator is only implemented by random-access transforming iterators, i.e. if the adopted iterator implements the random-access semantics.