Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::ecs::IsConstComponent< T > Struct Template Reference

Helper to detect const components. More...

#include <component.hpp>

Inheritance diagram for helios::ecs::IsConstComponent< T >:

Detailed Description

template<typename T>
struct helios::ecs::IsConstComponent< T >

Helper to detect const components.

Used to determine if a component type is const-qualified.

Definition at line 20 of file component.hpp.