isSpecVector

сhecks type E is vector and E.dims == N and E.datatype can casted to T

template isSpecVector (
size_t N
T
E
) {
enum isSpecVector;
enum isSpecVector;
}

Meta