Function
appendValue
Appends a value to a container.
appendValue(target, value [, resize_tag])
Include Headers
seqan/sequence.h
Parameters
target
A container.
value
Value that is appended to target.
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.
Part of Concept
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:02