如何使用 Loki 的 Pimpl 实现?
Loki Pimpl 源代码链接 标题。 我找不到任何有关如何使用它的文档,任何人都可以解释如何使用。 标题中的以下函数是做什么的。
- PimplOwner
- ImplOf
- PimplOf
- RimplOf
Link to source code of Loki Pimpl header.
I am not able to find any documentation on how to use the same, can any one explain how to use.
And what does the following function in the header do.
- PimplOwner
- ImplOf
- PimplOf
- RimplOf
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此页面包含您需要的大部分信息
This page has most of the information you need
Loki 有一个短智能指针 (智能指针)。我使用 Loki::Pimpl 和智能指针定义如下:
你可以尝试使用这个。
Loki has a short smart pointer (Smart Pointer). I use Loki::Pimpl and smart pointer defined as follows:
you can try to use this.