In all other ways, the members of an unnamed namespace are normal program entities.
在所有其他方式中,未命名的命名空间的成员都是普通程序实体。
It is guaranteed that an unnamed space is unique for each translation unit. If you put local names in a unnamed namespace, you don't need to give them internal linkage by making them static.
第一句翻译的不对。这句话的意思是:“无名的名字空间”对于每个编译单元都是独一无二的。
应用推荐