<mp-units/framework/reference.h>
template<AssociatedUnit U2>
[[nodiscard]]
consteval
bool
operator==(
reference lhs,
U2 u2);
true
if the objects are equal, false
otherwise
Name | Description |
---|---|
lhs | The left operand |
u2 | The right operand |