Function
append
Concatenate two containers.
append(target, source [, limit] [,resize_tag])
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
If target is a Segment object, then limit denotes the maximal length of host(target) after the operation.
The result of this operation is stored in target.
Part of Concept
See Also
SeqAn - Sequence Analysis Library - www.seqan.de