mp_units::utility::operator==

Checks whether a safe_int and a constrained value are equal

Synopsis

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

[[nodiscard]]
constexpr
bool
operator==(
    safe_int lhs,
    constrained<U, CP> const& rhs);

Return Value

true if the underlying values are equal

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsthe safe_int to compare
rhsthe constrained value to compare against