摘要: #ifndef _SINGLETON_H_#define _SINGLETON_H_ template<typename T>class Singleton : public Uncopyable {public:template <typename... ArgTypes>static T* ge 阅读全文
posted @ 2019-10-23 16:02 CodeComposer 阅读(418) 评论(0) 推荐(0) 编辑