fn() makeZipIterator
Creates a ZipIterator, deducing the iterator types from the arguments.

Defined in <seqan/basic_iterator.h>
Signature iter makeZipIterator(TIteratorTypes... args)

Parameters

args One or more iterator instances to construct the ZipIterator from.

Return Values

iter A ZipIterator containing the given iterator instances.

Data Races

Thread safety unknown!