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

#include <once.h>

Collaboration diagram for v8::base::FunctionWithArgs< Args >:

Public Types

using type = void (*)(Args...)
 

Detailed Description

template<typename... Args>
struct v8::base::FunctionWithArgs< Args >

Definition at line 83 of file once.h.

Member Typedef Documentation

◆ type

template<typename... Args>
using v8::base::FunctionWithArgs< Args >::type = void (*)(Args...)

Definition at line 84 of file once.h.


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