Class
Tuple
A plain fixed-length string.
Tuple | |||||||
![]() | ![]() | ||||||
Include Headers
seqan/basic.h
Parameters
The value type, that is the type of characters stored in the tuple. | |
The size/length of the tuple. Remarks: In contrast to String the length of Tuple is fixed. | |
The specializing type. Default: |
Specializations
A plain fixed-length string. Saves memory by packing bits. |
Metafunctions
Number of elements in a fixed-size container. | |
The spec of a class. | |
Type of the items in the container or behind an iterator. |
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de