template <typename T, typename U>

struct CheckedXorOp

Defined at line 437 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 442 of file ../../zircon/third_party/ulib/safemath/include/safemath/checked_math_impl.h