Function
getValue
Access to the value.
Include Headers
seqan/basic.h, seqan/graph_types.h, seqan/sequence.h
Parameters
A container. | |
The position of an item in Remarks: | |
An object that holds a value or points to a value. |
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
Member of
Example Programs
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de