Class Specialization
Packed Triple
Stores three arbitrary objects. Saves memory by disabling memory alignment.
![]() | ![]() | ||||||
Packed Triple |
Include Headers
seqan/basic.h
Parameters
The type of the first object. | |
The type of the second object. | |
The type of the third object. |
Remarks
Memory access could be slower. Direct access to members by pointers is not allowed on all platforms.
Specialization of
Metafunctions
Number of elements in a fixed-size container. (Triple) | |
The spec of a class. (Triple) | |
Type of the items in the container or behind an iterator. (Triple) |
Member Functions
Constructor |
SeqAn - Sequence Analysis Library - www.seqan.de