isMatrix

If T is a matrix, this evaluates to true, otherwise false

template isMatrix (
T
) {
enum isMatrix;
}

Meta