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

#include <utils.h>

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

Public Member Functions

 any_of (const Ts &... args)
 
template<class T , size_t... indices>
bool Contains (const T &value, std::index_sequence< indices... >)
 
template<size_t... indices>
std::ostream & PrintTo (std::ostream &os, std::index_sequence< indices... >)
 

Detailed Description

template<class... Ts>
struct v8::internal::compiler::turboshaft::any_of< Ts >

Definition at line 18 of file utils.h.

Constructor & Destructor Documentation

◆ any_of()

template<class... Ts>
v8::internal::compiler::turboshaft::any_of< Ts >::any_of ( const Ts &... args)
inlineexplicit

Definition at line 19 of file utils.h.

Member Function Documentation

◆ Contains()

template<class... Ts>
template<class T , size_t... indices>
bool v8::internal::compiler::turboshaft::any_of< Ts >::Contains ( const T & value,
std::index_sequence< indices... >  )
inline

Definition at line 22 of file utils.h.

Here is the caller graph for this function:

◆ PrintTo()

template<class... Ts>
template<size_t... indices>
std::ostream & v8::internal::compiler::turboshaft::any_of< Ts >::PrintTo ( std::ostream & os,
std::index_sequence< indices... >  )
inline

Definition at line 27 of file utils.h.


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