C++ 11 关键字:thread_local C++ 11 关键字:thread_local 2019-08-11 CD Comments 0 Comment 661 人阅读 thread_local 是 C++ 11 新引入的一种存储类型,它会影响变量的存储周期。 C++ 中有 4 种存储周期: automatic static d… Read More Read More