Checks if a type is floating point or integral. More...
Inherits is_arithmetic< T >.
A Unary concept that checks if a type is an arithmetic type.
An arithmetic type is a type that you could do basic mathematical arithmetic on. These are the types that meet Integral or FloatingPoint.
T | Type to check |