摘要: https://www.cnblogs.com/sunchaothu/p/10389842.html 最推荐的懒汉式单例(magic static )——局部静态变量 #include <iostream> class Singleton { public: ~Singleton(){ std::c 阅读全文
posted @ 2019-11-05 21:16 代号870 阅读(129) 评论(0) 推荐(0) 编辑