![]() |
Raven Engine v0.1
|
CRTP-based helper for auto-registration of types on static construction. More...
#include <Type.h>
CRTP-based helper for auto-registration of types on static construction.
Instantiating this struct causes its templated type to be registered in the global TypeRegistry automatically. Used in scenarios where explicit registration would be too cumbersome or error-prone.