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

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