mp_units::operator==

Equality operator

Synopsis

Declared in <mp-units/framework/reference.h>
template<AssociatedUnit U2>
[[nodiscard]]
consteval
bool
operator==(
    reference lhs,
    U2 u2);


Return Value

true if the objects are equal, false otherwise

Parameters

Name Description
lhs The left operand
u2 The right operand

Created with MrDocs