Function
begin
The begin of a container.
Iterator begin(object [, tag])
Include Headers
seqan/sequence.h
Parameters
object
A container.
tag
An iterator spec tag that specifies the kind of the iterator returned. (optional)
Default: Given by DefaultGetIteratorSpec.
Remarks
If the container does not contain any items at all, the function may return 0.
Return Values
An iterator to the first item in object.
Metafunctions: Iterator
Example Programs
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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