博客地址:http://home.cnblogs.com/u/zengjianrong/
摘要: header #include <iostream> #include <memory> // interface (widget.h) class widget { class impl; std::unique_ptr<impl> pImpl; public: void draw() const 阅读全文
posted @ 2020-12-28 19:58 black_man 阅读(148) 评论(0) 推荐(0) 编辑