PlayRho  2.0.0
An interactive physics engine & library.
playrho::detail::IsVector< T > Struct Template Reference

Trait class for checking if type is a Vector type. More...

#include <playrho/Vector.hpp>

Inheritance diagram for playrho::detail::IsVector< T >:
[legend]
Collaboration diagram for playrho::detail::IsVector< T >:
[legend]

Detailed Description

template<typename T>
struct playrho::detail::IsVector< T >

Trait class for checking if type is a Vector type.

Note
This implements the default case where any arbitrary type is not a Vector.
For example the following is false:
IsVector<int>::value || IsVector<float>::value
See also
Vector

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