template <typename T, typename U>

struct CheckedMinOp

Defined at line 478 of file ../../zircon/third_party/ulib/safemath/include/safemath/checked_math_impl.h

Min 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.