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

#include <lazy-instance.h>

Collaboration diagram for v8::base::DefaultConstructTrait< T >:

Static Public Member Functions

static void Construct (void *allocated_ptr)
 

Detailed Description

template<typename T>
struct v8::base::DefaultConstructTrait< T >

Definition at line 128 of file lazy-instance.h.

Member Function Documentation

◆ Construct()

template<typename T >
static void v8::base::DefaultConstructTrait< T >::Construct ( void * allocated_ptr)
inlinestatic

Definition at line 130 of file lazy-instance.h.


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