playrho::IsArithmetic< T, class > Struct Template Reference

Template for determining if the given type is an "arithmetic" type. More...

#include <Templates.hpp>

Detailed Description

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.

Definition at line 323 of file Templates.hpp.


The documentation for this struct was generated from the following file: