会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
快雪的博客主页
至人无己,神人无功,圣人无名
博客园
新随笔
联系
订阅
管理
2024年4月16日
C++单例
摘要: template<typename T> class Singleton { public: static T& GetInstance() { static T instance; return instance; } virtual ~Singleton() { } Singleton(cons
阅读全文
posted @ 2024-04-16 08:51 快雪
阅读(2)
评论(0)
推荐(0)
编辑
公告