摘要: #include <iostream> #include <memory> template <typename T> class Interface { public: using SharedPtr = std::shared_ptr<T>; using WeakPtr = std::weak_ 阅读全文
posted @ 2023-10-08 17:37 爱弹钢琴的卡农 阅读(51) 评论(0) 推荐(0)