fn() bundle2
Returns a bundle of two objects.

Defined in <seqan/pipe.h>
Signature TBundle bundle2(in1, in2);

Parameters

in1 First object.
in2 Second object.

Return Values

TBundle A Bundle2 with references to in1 and in2.

Data Races

Thread safety unknown!

See Also