我在 SO 上看到了这个问题,想知道在实时示例中实际可以在哪里使用这种代码。
struct a
{
static struct a b;
};
int main()
{
a::b;
return 0;
}
还有什么是a::b;
感谢您的投入的意义。
我在 SO 上看到了这个问题,想知道在实时示例中实际可以在哪里使用这种代码。
struct a
{
static struct a b;
};
int main()
{
a::b;
return 0;
}
还有什么是a::b;
感谢您的投入的意义。