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