8 #ifndef BC_TYPE_TRAITS_INT_H_ 9 #define BC_TYPE_TRAITS_INT_H_ 18 #define BC_INTEGER_OP(op) \ 21 auto operator op (const Integer<Y>& other) const { \ 22 return Integer<X op Y>(); \ Definition: constexpr_int.h:14
#define BC_INTEGER_OP(op)
Definition: constexpr_int.h:18
static constexpr int value
Definition: constexpr_int.h:16
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22