Function
appendValue
Appends a value to a container.
appendValue(target, value [, resize_tag])
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