tinympl
0.2
mini MPL library for C++11
|
Determines whether the types A
and B
are not equal.
More...
#include <tinympl/not_equal_to.hpp>
Inherits integral_constant< bool,!equal_to< A, B >::value >.
Determines whether the types A
and B
are not equal.
not_equal_to<A,B>::type
is a std::integral_constant<bool,v>
where v
is !equal_to<A,B>::value