fn() bundle5
Returns a bundle of five objects.

Defined in <seqan/pipe.h>
Signature TBundle bundle5(in1, in2, in3, in4, in5);

Parameters

in1 First object.
in2 Second object.
in3 Third object.
in4 Fourth object.
in5 Fifth object.

Return Values

TBundle A Bundle5 with references to in1, in2, in3, in4, and in5.

Data Races

Thread safety unknown!

See Also