is_number<T>::value is true if T is a scalar type. More...
#include <types.h>
is_number<T>::value is true if T is a scalar type.
Explicitly specialised for all scalar values.
std::is_scalar
which is true for pointers, integers, enums and all arithmetic types. Here, I strictly only want numbers.