v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
IsGarbageCollectedWithMixinType< T, bool > Struct Template Reference

#include <type-traits.h>

Inheritance diagram for IsGarbageCollectedWithMixinType< T, bool >:
Collaboration diagram for IsGarbageCollectedWithMixinType< T, bool >:

Detailed Description

template<typename T, bool = (HasGarbageCollectedTypeMarker<T>::value && HasGarbageCollectedMixinTypeMarker<T>::value)>
struct cppgc::internal::IsGarbageCollectedWithMixinType< T, bool >

Definition at line 123 of file type-traits.h.


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