template<class T>
Magnum::Math::IsVector struct new in 2019.10

Whether T is an arithmetic vector type.

Equivalent to std::true_type for all Vector types and their subclasses; equivalent to std::false_type otherwise. In particular, gives std::false_type for BitVector, all matrix types, Complex or Quaternion.