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

#include <reducer-traits.h>

Collaboration diagram for v8::internal::compiler::turboshaft::next_reducer_is< Next, Reducer >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename Next, template< typename > typename... Reducer>
struct v8::internal::compiler::turboshaft::next_reducer_is< Next, Reducer >

Definition at line 58 of file reducer-traits.h.

Member Data Documentation

◆ value

template<typename Next , template< typename > typename... Reducer>
bool v8::internal::compiler::turboshaft::next_reducer_is< Next, Reducer >::value
staticconstexpr
Initial value:
=
(base::tmp::is_instantiation_of<Next, Reducer>::value || ...)

Definition at line 59 of file reducer-traits.h.


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