<mp-units/framework/symbol_text.h>
template<
std::size_t N2,
std::size_t M2>
[[nodiscard]]
constexpr
bool
operator==(
symbol_text const& lhs,
symbol_text<N2, M2> const& rhs) noexcept;
true
if the objects are equal, false
otherwise
Name | Description |
---|---|
lhs | The left operand |
rhs | The right operand |