|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Definition of the Numeric concept. More...
#include <concepts>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | rtp |
Concepts | |
| concept | rtp::Numeric |
| A concept that checks if a type is numeric (integral or floating-point). | |
Definition of the Numeric concept.
Definition in file NumericConcept.hpp.