mp_units::operator==

Equality operator

Synopsis

Declared in <mp-units/framework/reference.h>

[[nodiscard]]
consteval
bool
operator==(
    reference lhs,
    reference<Q2, U2> rhs);

Return Value

true if the objects are equal, false otherwise

Parameters

NameDescription
lhsThe left operand
rhsThe right operand