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