Category: containers
Component type: concept
A Reverse Arbitrary Access Container LOGN is a Container whose iterator type is a Reverse Arbitrary Access Iterator LOGN that can move backward by arbitrary amounts in amortized logarithmic time.
Although no specifications for moving backward by a single elements is given here, a Reverse Arbitrary Access Container must also be separately defined as either a Reversible Container or Reversible Container LOGN.
No additional types beyond those defined in Container. However, the requirements for the iterator type are strengthened: it must be a Reverse Arbitrary Access Iterator LOGN.
Iterator Overview, Sequence, Forward Arbitrary Access Container, Forward Arbitrary Access Iterator, Forward Arbitrary Access Container LOGN, Forward Arbitrary Access Iterator LOGN, Reverse Arbitrary Access Container, Reverse Arbitrary Access Iterator, Reverse Arbitrary Access Iterator LOGN, Random Access Container, Random Access Iterator, Random Access Container LOGN, Random Access Iterator LOGN, Arbitrary Access Container LOGN, Arbitrary Access Iterator LOGN