Returns whether the given objects are unequal. More...
#include <boost/mpl11/fwd/comparable.hpp>
Returns whether the given objects are unequal.
Unlike equal
, this method can't be invoked with more than two arguments. The reason is that not_equal
is not transitive and its behavior with more than two arguments is not equivalent to not_<equal<...>>
, which is confusing.