Function
getValue
Access to the value.
GetValue getValue(object)
GetValue getValue(container, pos)
Include Headers
seqan/basic.h, seqan/graph_types.h, seqan/sequence.h
Parameters
object
An object that holds a value or points to a value.
container
A container.
pos
The position of an item in object.
Remarks: pos should be convertible to Position<T>::Type for container-type T.
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
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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