Function
assignValue
Assigns value to item.
Include Headers
seqan/basic.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 .
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