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