MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::not_equal< x, y > Struct Template Reference

Returns whether the given objects are unequal. More...

#include <boost/mpl11/fwd/comparable.hpp>

Detailed Description

template<typename x, typename y>
struct boost::mpl11::not_equal< x, y >

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.