ΒΆtemplate <typename T,
typename U,
typename... Args>
detail::zip_longest_range<T, U, Args...>
zip_longest(T&& t, U&& u, Args&&... args)
template <typename T,
typename U,
typename... Args>
detail::zip_longest_range<T, U, Args...>
zip_longest(T&& t, U&& u, Args&&... args)
Description
Iterate over two or more iterators at the same time. Iteration continues until all iterators reach the end. The llvm::Optional only contains a value if the iterator has not reached the end.
Declared at: llvm/include/llvm/ADT/STLExtras.h:913
Templates
- T
- U
- Args
Parameters
- T&& t
- U&& u
- Args&&... args