Function
atEnd
Determines whether an iterator is at the end position.
bool atEnd(iterator [, container])
Parameters
iterator
An iterator.
container
Container of iterator.
Remarks: If iterator implements Rooted Iterator then container is optional.
Return Values
true if iterator points behind the last item of the container, otherwise false.
Example Programs
See Also
SeqAn - Sequence Analysis Library - www.seqan.de