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

Determines whether the types A and B are equal. More...

#include <tinympl/equal_to.hpp>

Inherits is_same< A, B >.

Detailed Description

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

Determines whether the types A and B are equal.

Returns
equal_to<A,B>::type is a std::integral_constant<bool,v> where v is true iff A and B are equal
Note
The default behaviour is to forward the call to std::is_same. Users are allowed to specialize this metafunction for user-defined types

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