Function
position
Position of an iterator.
Position position(iterator [, container])
Parameters
iterator
An iterator.
container
A container.
Remarks: If iterator implements Rooted Iterator, then container is optional.
If container is specified, iterator must be a container of container.
Return Values
The position of the value in the container iterator points to.
Metafunctions: Position
Example Programs
Part of Concept
See Also
SeqAn - Sequence Analysis Library - www.seqan.de