|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
A concept that checks if a type is numeric (integral or floating-point). More...
#include <NumericConcept.hpp>
A concept that checks if a type is numeric (integral or floating-point).
| T | The type to check. |
Definition at line 54 of file NumericConcept.hpp.