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