Method ADT.Sequence()->SequenceIterator()->`>()
- Method `>
bool
res =ADT.Sequence.SequenceIterator()
>iter
- Description
Greater then operator.
- Returns
Returns true if this iterator has a higher index then
iter
.
bool
res = ADT.Sequence.SequenceIterator()
> iter
Greater then operator.
Returns true if this iterator has a higher index
then iter
.