fn() bundle3
Returns a bundle of three objects.

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

Parameters

in1 First object.
in2 Second object.
in3 Third object.

Return Values

TBundle A Bundle3 with references to in1, in2, and in3.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.

See Also