|
CeresEngine 0.2.0
A game development framework
|
A concept type that checks if a given type T has arithmetic properties.
More...
#include <CeresEngine/Concepts.hpp>
A concept type that checks if a given type T has arithmetic properties.
This means it can be addded, subtracted, multiplied and divided by.
| T | the type to be checked against |