|
co_ecs 0.9.0
Cobalt ECS
|
| ▼Nco_ecs | |
| Rcomponent | Component concept. The component must be a struct/class that can be move constructed and move assignable |
| Rcomponent_reference | Component reference concept. It should be a reference or const reference to C, where C satisfies component concept |