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