mp_units::operator==

Equality operator

Synopsis

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

[[nodiscard]]
constexpr
bool
operator==(
    symbol_text const& lhs,
    symbol_text<N2, M2> const& rhs) noexcept;

Return Value

true if the objects are equal, false otherwise

Parameters

NameDescription
lhsThe left operand
rhsThe right operand