template <typename T, typename U>

struct CheckedOrOp

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

For simplicity we support only unsigned integers.

Public Methods

template <typename V>
bool Do (T x, U y, V * result)

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