Function
assignValue
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 assigned 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 assign.
The difference is, that assignValue  just changes a value stored in object  or the value object  points to,
while assign changes the whole object.
 
    If value  is not used again after calling this function,
    then consider to use moveValue that could be faster in some cases instead.
SeqAn - Sequence Analysis Library - www.seqan.de