Function
iter
Iterator to item at given position.
Iterator iter(object, pos [, tag])
Parameters
object
A container.
pos
The position of an item in object.
Metafunctions: Position
tag
An iterator spec tag that specifies the kind of the iterator returned. (optional)
Default: Given by DefaultGetIteratorSpec.
Return Values
An iterator to the item at position pos in object.
Metafunctions: Iterator
Remarks
If pos is out of range, then the behavior of the function is undefined.
SeqAn - Sequence Analysis Library - www.seqan.de