LLVM 22.0.0git
llvm::detail::ZipTupleType< Iters > Struct Template Reference

#include "llvm/ADT/STLExtras.h"

Public Types

using type = std::tuple<decltype(*declval<Iters>())...>

Detailed Description

template<typename... Iters>
struct llvm::detail::ZipTupleType< Iters >

Definition at line 658 of file STLExtras.h.

Member Typedef Documentation

◆ type

template<typename... Iters>
using llvm::detail::ZipTupleType< Iters >::type = std::tuple<decltype(*declval<Iters>())...>

Definition at line 659 of file STLExtras.h.


The documentation for this struct was generated from the following file: