Template for determining if the given type is an "arithmetic" type.
More...
#include <Templates.hpp>
template<class T, class = void>
struct playrho::IsArithmetic< T, class >
Template for determining if the given type is an "arithmetic" type.
- Note
- In the context of this library, "arithmetic" types are all types which have +, -, *, / arithmetic operator support.
The documentation for this struct was generated from the following file: