Function
goBegin
Iterates to the first position of a container.
goBegin(iterator [, container])
goBegin(file,it)
Parameters
iterator
Object that iterates through container.
iterator is set to the position of the first item in container.
container
Container of iterator.
Remarks: If iterator implements Rooted Iterator then container is optional, otherwise container is required.
file
A file stream.
it
An iterator.
Remarks
This function is equivalent to iterator = begin(container).
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de