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

Methods

ΒΆzip_longest_iterator<Iters...>(
    std::pair<Iters&&, Iters&&>... ts)

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

Parameters

std::pair<Iters&&, Iters&&>... ts