#include <Magnum/Math/TypeTraits.h>
template<class T>
IsIntegral struct new in 2019.10
Whether T
is integral.
Equivalent to std::
Unlike std::bool
.