|
libcaf
0.13.2
|
Compares T to U und evaluates to true_type if either `T == U or if T and U are both integral types of the same size and signedness.
More...
#include <variant.hpp>
Inherits type< std::is_same< T, U >::value, std::true_type, is_equal_int_type< T, U > >.
Compares T to U und evaluates to true_type if either `T == U or if T and U are both integral types of the same size and signedness.
This works around the issue that `uint8_t != unsigned char on some compilers.
1.8.9.1