v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::Tuple< Ts > Struct Template Reference

#include <index.h>

Inheritance diagram for v8::internal::compiler::turboshaft::Tuple< Ts >:
Collaboration diagram for v8::internal::compiler::turboshaft::Tuple< Ts >:

Public Types

using to_list_t = base::tmp::list<Ts...>
 
template<int Index>
using element_t = base::tmp::element_t<to_list_t, Index>
 

Detailed Description

template<typename... Ts>
struct v8::internal::compiler::turboshaft::Tuple< Ts >

Definition at line 251 of file index.h.

Member Typedef Documentation

◆ element_t

template<typename... Ts>
template<int Index>
using v8::internal::compiler::turboshaft::Tuple< Ts >::element_t = base::tmp::element_t<to_list_t, Index>

Definition at line 254 of file index.h.

◆ to_list_t

template<typename... Ts>
using v8::internal::compiler::turboshaft::Tuple< Ts >::to_list_t = base::tmp::list<Ts...>

Definition at line 252 of file index.h.


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