摘要:
#include <memory> #include <iostream> struct Good : std::enable_shared_from_this<Good> // 注意:继承 { public: std::shared_ptr<Good> getptr() { return shar 阅读全文
posted @ 2020-06-22 15:17
lydstory
阅读(235)
评论(0)
推荐(0)

浙公网安备 33010602011771号