Class Bundle2
Stores references to two arbitrary objects.

Defined in <seqan/pipe.h>
Signature template <typename TInput1, typename TInput2> class Bundle2;

Template Parameters

TInput1 The type of the first object.
TInput2 The type of the second object.

Member Variable Overview

Detailed Description

Primarily used as an adaptor for pipes with two sources.

See Also

Member Variables Detail

TInput1 Bundle2::in1

TInput1 reference

TInput2 Bundle2::in2

TInput2 reference