Function
getValue
Access to the value.
Include Headers
seqan/basic.h, seqan/blast.h, seqan/graph_types.h, seqan/sequence.h
Parameters
|  A container. | |
|  An object that holds a value or points to a value. | |
|  The position of an item in  Remarks:  | |
|  A file stream. | |
|  An iterator. | 
Remarks
 If pos  is out of range, then the behavior of the function is undefined.
Return Values
 The item at position pos  in container .
This can either be a reference to the item or a temporary copy of the item.
Metafunctions: GetValue
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de