CAF 0.17.6
|
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 <type_traits.hpp>
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.