playrho::IsVector< typename > Struct Template Reference

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

#include <Vector.hpp>

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

Definition at line 227 of file Vector.hpp.


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