Trait class for checking if type is a matrix type.
More...
#include <playrho/Matrix.hpp>
template<typename>
struct playrho::detail::IsMatrix< typename >
Trait class for checking if type is a matrix type.
Trait class for determining whether the given type is a matrix, that is, a vector of vectors.
- Note
- This implements the default case where any arbitrary type is not a matrix.
-
For example the following is false:
IsMatrix<int>::value || IsMatrix<float>::value
- See also
- Matrix, IsSquareMatrix, IsVectorV
The documentation for this struct was generated from the following file: