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

#include <tnode.h>

Collaboration diagram for v8::internal::types_have_common_values< T, U >:

Static Public Attributes

static const bool value = is_subtype<T, U>::value || is_subtype<U, T>::value
 

Detailed Description

template<class T, class U>
struct v8::internal::types_have_common_values< T, U >

Definition at line 329 of file tnode.h.

Member Data Documentation

◆ value

template<class T , class U >
const bool v8::internal::types_have_common_values< T, U >::value = is_subtype<T, U>::value || is_subtype<U, T>::value
static

Definition at line 330 of file tnode.h.


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