Skip to content

mp_units::utility::operator==

Equality operator

Synopsis

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

[[nodiscard]] constexpr bool operator==(safe_int lhs, U rhs);

Return Value

true if the objects are equal, false otherwise

Note

The return value should not be discarded.

Parameters

NameDescription
lhsThe left operand
rhsThe right operand