allArithmetic

Check all types for arithmetic types

template allArithmetic (
T...
) if (
T.length >= 1
) {}

Members

Templates

isNumberType
template isNumberType(T)
Undocumented in source.

Variables

allArithmetic
enum bool allArithmetic;
Undocumented in source.

Meta