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

Concept for trivially copyable components (POD-like). More...

#include <component.hpp>

Concept definition

template<typename T>
ComponentTrait<T> && std::is_trivially_copyable_v<T> && std::is_trivially_destructible_v<T>
Concept to check if a type can be used as a component.
Definition component.hpp:39
Concept for trivially copyable components (POD-like).
Definition component.hpp:60

Detailed Description

Concept for trivially copyable components (POD-like).

Definition at line 60 of file component.hpp.