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

Template for determining if the given types are addable. More...

#include <Templates.hpp>

Inheritance diagram for playrho::IsAddable< T1, T2, class >:
[legend]
Collaboration diagram for playrho::IsAddable< T1, T2, class >:
[legend]

Detailed Description

template<class T1, class T2 = T1, class = void>
struct playrho::IsAddable< T1, T2, class >

Template for determining if the given types are addable.

Examples
Joint.cpp, WeldJoint.cpp, and WheelJoint.cpp.

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