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

Whether T is floating-point.

Equivalent to std::true_type for all floating-point scalar and vector types supported by Magnum math including Half, Deg, Rad and Seconds; equivalent to std::false_type otherwise.