Function
append
Concatenate two containers.
Include Headers
seqan/sequence.h
Parameters
|   A container  | |
|   A container that is append to  Remarks: The function does not modify this container. | |
|   The maximal length of  | |
|   Specifies the strategy that is applied if  Types:  Overflow Strategy | 
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
SeqAn - Sequence Analysis Library - www.seqan.de