Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::ecs::SmallComponentTrait Concept Reference

Concept for small components that fit in cache line, where sizeof(T) <= 64. More...

#include <component.hpp>

Concept definition

template<typename T>
Concept to check if a type can be used as a component.
Definition component.hpp:39
Concept for small components that fit in cache line, where sizeof(T) <= 64.
Definition component.hpp:73

Detailed Description

Concept for small components that fit in cache line, where sizeof(T) <= 64.

Definition at line 73 of file component.hpp.