class zip_longest_iterator
Declaration
template <typename... Iters>
class zip_longest_iterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/STLExtras.h:702
Templates
- Iters
Method Overview
- public zip_longest_iterator<Iters...>(std::pair<Iters &&, Iters &&>... ts)
Methods
ΒΆzip_longest_iterator<Iters...>(
std::pair<Iters&&, Iters&&>... ts)
zip_longest_iterator<Iters...>(
std::pair<Iters&&, Iters&&>... ts)
Declared at: llvm/include/llvm/ADT/STLExtras.h:741
Parameters
- std::pair<Iters&&, Iters&&>... ts