#include <metaparser.hpp>
template<typename S, typename T>
signedness struct final
Returns TRUE if types S and T are either both signed or both unsigned.
Template parameters | |
---|---|
S | Left type |
T | Right type |