playrho::IsMatrix< typename > Struct Template Reference

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

#include <Matrix.hpp>

Detailed Description

template<typename>
struct playrho::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, IsVector

Definition at line 56 of file Matrix.hpp.


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