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