Function
valueConstruct
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 forwarded to constructor. (optional) | |
|  Instance of the move switch tag. (optional) Remarks: If the move switch tag is specified, it is forwarded to the constructor,
so the constructed object must support move construction. | 
Remarks
 The type of the destructed object is the value type of iterator .
SeqAn - Sequence Analysis Library - www.seqan.de