Adaption
char array
Zero terminated char[] or wchar_t[].
Metafunctions
IsContiguousDetermines whether a container stores its elements in a contiguous array.
IteratorType of iterator objects that are used to traverse the container.
ValueType of the items in the container.
Functions
appendConcatenate two containers.
assignAssigns one object to another object.
beginThe begin of a container.
clearResets an object.
emptyTest a container for being empty.
endThe end of a container.
fillResizes and fills a container.
infixCreates infix object.
infixWithLengthCreates infix object.
lengthThe number of items/characters.
prefixCreates prefix object.
replaceReplaces a part of a container with another container.
resizeChanges the length.
suffixCreates suffix object.
toCStringAccess sequence as c-style string.
valueReference to the value.
Remarks
Char arrays only support the Insist overflow strategy.
The default overflow strategy (both DefaultOverflowImplicit and DefaultOverflowExplicit) for all operations on char arrays is insist.
SeqAn - Sequence Analysis Library - www.seqan.de