如何使用 Loki 的 Pimpl 实现?

发布于 2024-08-20 08:49:28 字数 289 浏览 11 评论 0原文

Loki Pimpl 源代码链接 标题。 我找不到任何有关如何使用它的文档,任何人都可以解释如何使用。 标题中的以下函数是做什么的。

  1. PimplOwner
  2. ImplOf
  3. PimplOf
  4. 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.

  1. PimplOwner
  2. ImplOf
  3. PimplOf
  4. RimplOf

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枯叶蝶 2024-08-27 08:49:28

此页面包含您需要的大部分信息

This page has most of the information you need

暗恋未遂 2024-08-27 08:49:28

Loki 有一个短智能指针 (智能指针)。我使用 Loki::Pimpl 和智能指针定义如下:

Loki::Pimpl<string, ConstPropPtr<string> > smartPoint; 

你可以尝试使用这个。

Loki has a short smart pointer (Smart Pointer). I use Loki::Pimpl and smart pointer defined as follows:

Loki::Pimpl<string, ConstPropPtr<string> > smartPoint; 

you can try to use this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文