Function
assignValue
Assigns value to item.
Include Headers
seqan/basic.h, seqan/index.h, seqan/sequence.h
Parameters
A container. | |
Position of the item in | |
An object that holds a value or points to a value. | |
A value that is assigned to the item |
Remarks
If object is a container (that is pos is not specified),
the whole content of object is replaced by value .
In the case of the compresses suffix array the new value only influences the sparse string and not the indicator string.
If value is not used again after calling this function,
then consider to use moveValue that could be faster in some cases instead.
Member of
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de