template <typename T, typename U, class Enable = void>
struct CheckedMaxOp
Defined at line 378 of file ../../zircon/third_party/ulib/safemath/include/safemath/checked_math_impl.h
Max doesn't really need to be implemented this way because it can't fail,
but it makes the code much cleaner to use the MathOp wrappers.