template <typename T, typename U>

struct ClampedRshOp

Defined at line 194 of file ../../zircon/third_party/ulib/safemath/include/safemath/clamped_math_impl.h

Right shift. Negative values saturate to -1. Positive or 0 saturates to 0.

Public Methods

template <typename V = result_type>
V Do (T x, U shift)

Defined at line 199 of file ../../zircon/third_party/ulib/safemath/include/safemath/clamped_math_impl.h