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

Page built @2013/07/11 09:12:37