Function
insert
Inserts a sequence into a container.
insert(target, pos, insertSeq [, resize_tag])
Include Headers
seqan/sequence.h
Parameters
target
The container
pos
Position within target at which insertSeq is to be inserted.
insertSeq
Sequence that will be inserted into target.
resize_tag
Strategy that is applied if target has not enough capacity to store the complete content.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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