template <typename T, typename U, class Enable = void>
struct CheckedDivOp
Defined at line 205 of file ../../third_party/mini_chromium/src/base/numerics/checked_math_impl.h
Division just requires a check for a zero denominator or an invalid negation
on signed min/-1.