摘要:
点击查看代码 ``` //定义成宏 publicDefine.h // PIMPL模式声明 #define PIMPL_DEFINE(Classname) \ const Classname##Impl* GetImpl() const; \ Classname##Impl* GetImpl(); 阅读全文
posted @ 2023-08-18 09:10
lxg_7105
阅读(24)
评论(0)
推荐(0)
浙公网安备 33010602011771号