LLVM 19.0.0git
Public Types | List of all members
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 689 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 690 of file STLExtras.h.


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