Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
NumericConcept.hpp File Reference

Definition of the Numeric concept. More...

#include <concepts>
#include <type_traits>
Include dependency graph for NumericConcept.hpp:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

Definition of the Numeric concept.

Author
Robin Toillon

Definition in file NumericConcept.hpp.