Class
Triple
Stores three arbitrary objects.
Triple<T1[, T2[, T3[, TSpec]]]>
Parameters
T1
The type of the first object.
T2
The type of the second object.
Default: T1
T3
The type of the third object.
Default: T1
TSpec
The specializing type.
Default: void, no packing (faster access).
Specializations
Packed TripleStores three arbitrary objects. Saves memory by disabling memory alignment.
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.
Data Members
i1T1 object
i2T2 object
i3T3 object
Member Functions
TripleConstructor
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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