摘要:
模板类实现单例 要求编译器至少支持C++11 #include <utility> template<typename T> class Singleton { public: Singleton() = default; ~Singleton() = default; Singleton(cons 阅读全文
posted @ 2023-01-05 16:37
Livio
阅读(34)
评论(0)
推荐(0)
浙公网安备 33010602011771号