MPL11
|
The Comparable
typeclass defines equality and inequality.
More...
Classes | |
struct | boost::mpl11::equal< x1, x2, xs > |
Returns whether the given objects are equal. More... | |
struct | boost::mpl11::not_equal< x, y > |
Returns whether the given objects are unequal. More... | |
The Comparable
typeclass defines equality and inequality.
equal
and not_equal
.
Either equal
or not_equal
.
std::is_same
.