Function
append
Concatenate two containers.
This function allows to append the contents of one container to another.
append(target, source [, limit] [,resize_tag])
Include Headers
seqan/sequence.h
Parameters
target
A container source is append to.
source
A container that is append to target.
Remarks: The function does not modify this container.
limit
The maximal length of target after the operation. (optional)
resize_tag
Specifies the strategy that is applied if target has not enough capacity to store the complete content. (optional)
Default: Specified by DefaultOverflowImplicit of the target type.
Remarks
The result of this operation is stored in target.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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