Luna::structure_ctor_t

using structure_ctor_t =  void(typeinfo_t type, void* inst)

The structure constructor used by the reflection system.

Parameters

  • in type

    The type of the instance.

  • in inst

    The instance data.