Function
goEnd
Iterates to the last position of a container.
goEnd(iterator [, container])
Parameters
iterator
Object that iterates through container.
iterator is set to the position behin the last item in container.
container
Container of iterator.
Remarks: If iterator implements Rooted Iterator then container is optional, otherwise container is required.
Remarks
This function is equivalent to iterator = end(container).
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de