Returns whether the given objects are equal. More...
#include <boost/mpl11/fwd/comparable.hpp>
Returns whether the given objects are equal.
This method can be invoked with more than two arguments. Specifically, equal<x1, x2, xs...>
is equivalent to and_<equal<x1, x2>, equal<x2, xs...>>
, and equal<x1, x2>
uses the usual dispatching technique.