template <typename T, typename U, class Enable = void>
struct CheckedMinOp
Defined at line 400 of file ../../third_party/mini_chromium/src/base/numerics/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.