Function
goFurther
Iterates some steps further.
goFurther(iterator, steps)
Parameters
iterator
An iterator.
iterator is set steps positions further in the iteration through the container.
steps
Number of steps iterator should be moved further.
Remarks: If iterator supports bidirectional iteration, steps could also be negativ.
Remarks
This function is equivalent to iterator += steps for random access iterators.
SeqAn - Sequence Analysis Library - www.seqan.de