本文共 409 字,大约阅读时间需要 1 分钟。
#define _CRT_SECURE_NO_WARNINGS#include #include #include #include using uint = unsigned int;typedef unsigned int UINT;using sint = int;void mytest(){ //std::is_same 判断类型是否一致 //这个结构体作用很简单,就是两个一样的类型会返回true std::cout << is_same ::value << std::endl; // 1 return;}int main(){ mytest(); system("pause"); return 0;}
转载地址:http://phlko.baihongyu.com/