Function
iter
Iterator to item at given position.
Iterator iter(object, pos [, tag])
Include Headers
seqan/sequence.h
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.
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
 

Page built @2011/02/08 21:37:05