随笔分类 -  设计模式

摘要:``` include include include include include std::once_flag g_flag; class Singleton { private: Singleton(){} static void CreateInstance() { pToSelf = n 阅读全文
posted @ 2019-10-17 16:32 sfdevs 阅读(124) 评论(0) 推荐(0)