Class Specialization
Packed Triple
Stores three arbitrary objects. Saves memory by disabling memory alignment.
Triple
Packed Triple
Triple<T1, T2, T3, Pack>
Include Headers
seqan/basic.h
Parameters
T1
The type of the first object.
T2
The type of the second object.
T3
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
LENGTHNumber of elements in a fixed-size container. (Triple)
SpecThe spec of a class. (Triple)
ValueType of the items in the container or behind an iterator. (Triple)
Data Members
i1T1 object
i2T2 object
i3T3 object
Member Functions
TripleConstructor
SeqAn - Sequence Analysis Library - www.seqan.de
 

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