Function
move
Hands over content from one container to another container.
move(target, source)
Parameters
target
A container source is moved to.
source
A container that is moved to target.
Remarks
The function tries to hand over the contents of source to target. If this is possible, source losts its content and will therefore be empty after this operation. Otherwise, the function behaves like assign and source is copied to target.
SeqAn - Sequence Analysis Library - www.seqan.de