5 #ifndef INCLUDE_CPPGC_INTERNAL_GC_INFO_H_
6 #define INCLUDE_CPPGC_INTERNAL_GC_INFO_H_
10 #include "cppgc/internal/finalizer-trait.h"
16 using GCInfoIndex = uint16_t;
22 GCInfoIndex
GetIndex()
const {
return index_; }
25 const GCInfoIndex index_;
33 static_assert(
sizeof(T),
"T must be fully defined");
34 static const RegisteredGCInfoIndex registered_index(