LLVM: llvm::detail::ZipTupleType< Iters > Struct Template Reference (original) (raw)

#include "[llvm/ADT/STLExtras.h](STLExtras%5F8h%5Fsource.html)"

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

Detailed Description

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

Definition at line 656 of file STLExtras.h.

Member Typedef Documentation

type

template<typename... Iters>

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

Definition at line 657 of file STLExtras.h.


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