小编Use*_*729的帖子

static关键字在命名空间范围内没用吗?

namespace N
{
   static int x = 5;
}
Run Code Online (Sandbox Code Playgroud)

在命名空间范围内声明拥有静态变量的重要性/用例是什么?

c++ static scope namespaces

22
推荐指数
2
解决办法
2万
查看次数

标签 统计

c++ ×1

namespaces ×1

scope ×1

static ×1