Class
Bundle3
Stores references to three arbitrary objects.
Bundle3<TInput1, TInput2, TInput3>
Parameters
TInput1
The type of the first object.
TInput2
The type of the second object.
TInput3
The type of the third object.
Data Members
in1TInput1 reference
in2TInput2 reference
in3TInput3 reference
Remarks
Primarily used as an adaptor for pipes with three sources.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de