5 #ifndef INCLUDE_CPPGC_EXPLICIT_MANAGEMENT_H_
6 #define INCLUDE_CPPGC_EXPLICIT_MANAGEMENT_H_
10 #include "cppgc/allocation.h"
11 #include "cppgc/internal/logging.h"
12 #include "cppgc/type-traits.h"
46 static_assert(IsGarbageCollectedTypeV<T>,
47 "Object must be of type GarbageCollected.");
74 static_assert(IsGarbageCollectedTypeV<T>,
75 "Object must be of type GarbageCollected.");