Model of RandomAccessIterator .
T | |
R | |
P |
public inline nothrow | RandomAccessIter() |
public inline explicit nothrow | RandomAccessIter(P ptr_) |
public inline nothrow P | Ptr() const |
public inline R | operator*() |
public inline RandomAccessIter& | operator++() |
public inline RandomAccessIter& | operator--() |
public inline P | operator->() |
public inline R | operator[](long index) |
public typedef PointerType | P |
public typedef ReferenceType | R |
private typedef Self | RandomAccessIter |
public typedef ValueType | T |
private P | ptr |