mp_units::utility::safe_int::operator/=

Divides the wrapped value by rhs, reacting to ErrorPolicy on overflow or division by zero.

Synopsis

Declared in <mp-units/utility/safe_int.h>

constexpr
safe_int&
operator/=(safe_int rhs);

Return Value

a reference to *this, after the division

Parameters

NameDescription
rhsthe value to divide by