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

Whether T is integral.

Equivalent to std::true_type for all integral scalar and vector types supported by Magnum math including Magnum::Nanoseconds; equivalent to std::false_type otherwise.

Unlike std::is_integral this is std::false_type for bool.