Function
atBegin
Determines whether an iterator is at the beginning position.
bool atBegin(iterator [, container])
Include Headers
seqan/basic.h, seqan/graph_types.h
Parameters
iterator
An iterator.
container
Container of iterator. (optional)
Remarks: If iterator implements RootedIteratorConcept then container is optional otherwise container is required.
Return Values
true if iterator points to the fist item of the container, otherwise false.
Example Programs
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

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