template <typename T, typename U>

struct CheckedMaxOp

Defined at line 456 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.