46inline bool equal(
const T& s1,
const T& s2)
52#define MAXMINPOW(retType, type1, type2) \
54MAXMIN(retType, type1, type2) \
57inline double pow(const type1 base, const type2 expon) \
59 return ::pow(double(base), double(expon)); \
75#if defined(__APPLE__) && WM_LABEL_SIZE == 64
#define MAXMINPOW(retType, type1, type2)
bool equal(const T &s1, const T &s2)
Compare two values for equality.
Traits classes for inner and outer products of primitives.