co_ecs 0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
co_ecs::component_reference Concept Reference

Component reference concept. It should be a reference or const reference to C, where C satisfies component concept. More...

#include <component.hpp>

Concept definition

template<typename T>
Component reference concept. It should be a reference or const reference to C, where C satisfies comp...
Definition component.hpp:94
Component concept. The component must be a struct/class that can be move constructed and move assigna...
Definition component.hpp:86

Detailed Description

Component reference concept. It should be a reference or const reference to C, where C satisfies component concept.

Template Parameters
TComponent reference type