CompareBackwardIterator
Backward iterator of comparables
Operations
Get
Gets the value that's currently pointed to
method : public : Get() ~ H
Return
Type | Description |
---|---|
H | current value |
More
Checks to see the pointer can be advanced Backward
method : public : More() ~ Bool
Return
Type | Description |
---|---|
Bool | true if pointer can be advanced, false otherwise |