template <typename T, typename U>

struct CheckedAndOp

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

For simplicity we support only unsigned integer results.

Public Methods

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

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