![]() |
Raven Engine v0.1
|
Concept to check if T supports basic arithmetic operations (+, -, *, /). More...
#include <Concepts.h>
Concept to check if T supports basic arithmetic operations (+, -, *, /).
This concept checks if the type T supports basic arithmetic operations between two instances of T.
| T | The type to check. |