v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
finalizer-trait.h File Reference
#include <type_traits>
#include "cppgc/type-traits.h"
Include dependency graph for finalizer-trait.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  HasFinalizeGarbageCollectedObject< T, typename >
 
struct  HasFinalizeGarbageCollectedObject< T, std::void_t< decltype(std::declval< T >().FinalizeGarbageCollectedObject())> >
 
struct  FinalizerTraitImpl< T, true >
 
struct  FinalizerTraitImpl< T, false >
 
struct  FinalizerTrait< T >
 

Namespaces

namespace  cppgc
 
namespace  cppgc::internal
 

Typedefs

using FinalizationCallback = void(*)(void *)