v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
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 116 of file type-traits.h.


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