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

#include <finalizer-trait.h>

Collaboration diagram for cppgc::internal::FinalizerTraitImpl< T, false >:

Static Public Member Functions

static void Finalize (void *obj)
 

Detailed Description

template<typename T>
struct cppgc::internal::FinalizerTraitImpl< T, false >

Definition at line 57 of file finalizer-trait.h.

Member Function Documentation

◆ Finalize()

template<typename T >
static void cppgc::internal::FinalizerTraitImpl< T, false >::Finalize ( void * obj)
inlinestatic

Definition at line 58 of file finalizer-trait.h.


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