随笔分类 -  C++ Questions

摘要:N Namespace unnamed namespace Unnamed namespace in C++ primer (P. 791) 阅读全文
posted @ 2022-03-29 17:07 Dy2MoRaw 阅读(8) 评论(0) 推荐(0)
摘要:Concepts Variables defined in an unnanmed namespace have static lifetime. Unlike other namespaces, an unnamed namespace is local to a particular file 阅读全文
posted @ 2022-03-29 17:06 Dy2MoRaw 阅读(34) 评论(0) 推荐(0)