PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::IsVector< typename > Struct Template Reference

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

#include <Vector.hpp>

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

Detailed Description

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

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: