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

Concept for large components that don't fit in cache line, where sizeof(T) > 256. 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 large components that don't fit in cache line, where sizeof(T) > 256.
Definition component.hpp:85

Detailed Description

Concept for large components that don't fit in cache line, where sizeof(T) > 256.

Definition at line 85 of file component.hpp.