v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Union< Ts > Class Template Referencefinal

#include <union.h>

Inheritance diagram for v8::internal::Union< Ts >:
Collaboration diagram for v8::internal::Union< Ts >:

Public Types

template<typename U >
using Without = typename detail::UnionWithoutHelper<Union<>, U, Ts...>::type
 

Detailed Description

template<typename... Ts>
class v8::internal::Union< Ts >

Definition at line 62 of file union.h.

Member Typedef Documentation

◆ Without

template<typename... Ts>
template<typename U >
using v8::internal::Union< Ts >::Without = typename detail::UnionWithoutHelper<Union<>, U, Ts...>::type

Definition at line 73 of file union.h.


The documentation for this class was generated from the following files: