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

Concept for tag components (empty). More...

#include <component.hpp>

Concept definition

template<typename T>
concept helios::ecs::TagComponentTrait = ComponentTrait<T> && std::is_empty_v<T>
Concept to check if a type can be used as a component.
Definition component.hpp:39
Concept for tag components (empty).
Definition component.hpp:54

Detailed Description

Concept for tag components (empty).

Definition at line 54 of file component.hpp.