ΒΆtemplate <typename T,
          typename U,
          typename... Args>
detail::
    zippy<llvm::detail::zip_first, T, U, Args...>
    zip_first(T&& t, U&& u, Args&&... args)

Description

zip iterator that, for the sake of efficiency, assumes the first iteratee to be the shortest.

Declared at: llvm/include/llvm/ADT/STLExtras.h:785

Templates

T
U
Args

Parameters

T&& t
U&& u
Args&&... args