mp_units::utility::detail::operator==

Equality operator

Synopsis

Declared in <mp-units/utility/constrained.h>

[[nodiscard]]
constexpr
bool
operator==(
    constrained<T, EP> const& lhs,
    constrained<U, EP> const& rhs);

Return Value

true if the objects are equal, false otherwise

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsThe left operand
rhsThe right operand