#include <operators.hh>
Static Public Attributes | |
static const int | is = IsField<L>::value && IsField<R>::value |
For internal use only.
Determine if two classes are in the same field. For the purposes of TooN float
and int
are in the same field, since operator +,-,*,/ are defined for any combination of float
and int
.
<Set to 1 if the two classes are in the same field.