Function
goEnd
Iterates to the last position of a container.
goEnd(iterator [, container])
goEnd(finder)
Include Headers
seqan/basic.h, seqan/find.h, seqan/graph_types.h
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 RootedIteratorConcept 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
 

Page built @2013/07/11 09:12:36