mp_units::operator==

Equality operators

Synopses

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

[[nodiscard]]
constexpr
bool
operator==(
    quantity_character,
    quantity_character) = default;
» more...

Equality operator

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

Equality operator

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