tinympl  0.2
mini MPL library for C++11
tinympl::not_equal_to< A, B > Class Template Reference

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 >.

Detailed Description

template<class A, class B>
class tinympl::not_equal_to< A, B >

Determines whether the types A and B are not equal.

Returns
not_equal_to<A,B>::type is a std::integral_constant<bool,v> where v is !equal_to<A,B>::value

The documentation for this class was generated from the following file: