Luna::structure_dtor_t
using structure_dtor_t = void(typeinfo_t type, void* inst)
The structure destructor used by the reflection system.
Parameters
-
in type
The type of the instance.
-
in inst
The instance data.
using structure_dtor_t = void(typeinfo_t type, void* inst)
The structure destructor used by the reflection system.
in type
The type of the instance.
in inst
The instance data.