PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::IsArithmetic< T, class > Struct Template Reference

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

#include <Templates.hpp>

Inheritance diagram for playrho::IsArithmetic< T, class >:
[legend]
Collaboration diagram for playrho::IsArithmetic< T, class >:
[legend]

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.

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