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