Function
begin
The begin of a container.
Iterator begin(object [, tag])
Include Headers
seqan/sequence.h
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. The type is the result of Iterator<TContainer, TTag>::Type where TContainer is the type of object and TTag is the type of tag.
Metafunctions: Iterator
Example Programs
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:36