Function
arrayConstructCopy
Copy constructs an array of objects into in a given memory buffer.
Include Headers
seqan/basic.h
Parameters
|  Iterator to the first element of the source range. | |
|  Iterator behind the last element of the source range. | |
|  Pointer to the memory block the new objects will be constructed in.  The type of   The memory buffer should be large enough to store  | 
See Also
SeqAn - Sequence Analysis Library - www.seqan.de