![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Rebuild policy for implicit-list handles after generation changes. More...
#include <ilist.h>
Static Public Member Functions | |
| static TItemHandle | make (uint32_t id, uint32_t gen, const TItemHandle &prev) |
| Rebuilds a handle after its generation changes. | |
Rebuild policy for implicit-list handles after generation changes.
| TItemHandle | External handle type. The second template argument is reserved for specialization detection. |
|
inlinestatic |
Rebuilds a handle after its generation changes.
| id | Slot index stored in the handle. |
| gen | New slot generation. |
| prev | Previous handle value. Unused for simple id/generation handles. |