Value:
#define REFLECT_TYPE_INTERN(Type, ID)
Definition TypeDefines.h:94
Register a type with the reflection system via static initialization.
Expands to a translation-unit–local static object whose constructor registers the specified type with the global TypeRegistry.
This macro must be used at namespace scope. Multiple invocations across translation units are permitted due to idempotent registration.
- Warning
- Relies on static initialization. Initialization order between translation units is unspecified.