Function
moveValue
Assigns value to item.
Include Headers
seqan/basic.h, seqan/sequence.h
Parameters
|  An object that holds a value or points to a value. | |
|  A value that is handed over to the item  | |
|  A container. | |
|  Position of the item in  | 
Remarks
 If object  is a container (that is pos  is not specified),
the whole content of object  is replaced by value .
 This function is similar to move.
The difference is, that moveValue  just changes a value stored in object  or the value object  points to,
while move changes the whole object.
 
    This function possibly clears value .
    If value  should be used further, consider to use assignValue instead.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de