fn() makeZipView
Creates a ZipContainerView, deducing the container types from the arguments.

Defined in <seqan/sequence.h>
Signature cont makeZipView(TContainerTypes... args)

Parameters

args One or more container instance to construct the ZipContainerView from.

Return Values

cont A ZipContainerView containing the views over the given containers..

Data Races

Thread safety unknown!