C++程序员们,快来写最简洁的单例模式吧(二)

2015-01-24 09:22:01 · 作者: · 浏览: 7
tance;
3 ? ? return instance;
4 }
用Herb Sutter的话来说这份代码实现是“Best of All”的。