Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
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.

Classes

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

Namespaces

namespace  cppgc
 
namespace  cppgc::internal
 

Typedefs

using cppgc::internal::FinalizationCallback = void(*)(void *)