38 return !(*
this ==
type);
provides names for some numeric types and methods for finding their properties.
Definition NumericType.h:55
bool operator==(NumericType type) const
comparison operator
Definition NumericType.inl:30
Type
An enum for the supported types.
Definition NumericType.h:62
NumericType(Type t=UNKNOWN_TYPE)
constructor, defaulting to unknown type
Definition NumericType.inl:25
Type id
stores the current type
Definition NumericType.h:78