mp_units::operator==

Equality operator

Synopsis

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

[[nodiscard]]
consteval
bool
operator==(
    reference lhs,
    U2 u2);

Return Value

true if the objects are equal, false otherwise

Parameters

NameDescription
lhsThe left operand
u2The right operand