Function
valueConstructMove
Move constructs an object at specified position.
Include Headers
seqan/basic.h
Parameters
|  Pointer or iterator to position where the object should be constructed. | |
|  Parameter that is moved to the new constructed object. | 
Remarks
 The type of the destructed object is the value type of iterator .
 The default implementation just calls valueConstruct.
SeqAn - Sequence Analysis Library - www.seqan.de