Class
Tuple
A plain fixed-length string.
Tuple<T, SIZE[, TSpec]>
Include Headers
seqan/basic.h
Parameters
T
The value type, that is the type of characters stored in the tuple.
SIZE
The size/length of the tuple.
Remarks: In contrast to String the length of Tuple is fixed.
TSpec
The specializing type.
Default: void, no packing (faster access).
Specializations
Bit Packed TupleA plain fixed-length string. Saves memory by packing bits.
Metafunctions
LENGTHNumber of elements in a fixed-size container.
SpecThe spec of a class.
ValueType of the items in the container or behind an iterator.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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