Trait class for checking if type is a Vector type.  
 More...
#include <Vector.hpp>
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: