摘要: #ifndef SINGLETON_H #define SINGLETON_H #include #include #include #define DECLARE_SINGLETON_CLASS(T) friend Singleton template class Singleton { public: using PT = std::shared_ptr; S... 阅读全文
posted @ 2018-04-07 17:19 阿Hai 阅读(527) 评论(0) 推荐(0) 编辑