C++的判断上当然要复杂一些:
template
struct is_same_type
{
operator bool()
{
return false;
}
};
template
struct is_same_type
{
operator bool()
{
return true;
}
};
C++的判断上当然要复杂一些:
template
struct is_same_type
{
operator bool()
{
return false;
}
};
template
struct is_same_type
{
operator bool()
{
return true;
}
};
微信扫码登录