摘要: class Test { public: Test() {} int implAdd(int a, int b) { return a ^ b; } }; typedef std::shared_ptr<Test> Test_ptr; Test_ptr ff_ptr(new Test(std::mo 阅读全文
posted @ 2022-07-18 10:45 Ray.floyd 阅读(118) 评论(0) 推荐(0) 编辑