boost-interprocess 库中的问题

发布于 2024-10-11 08:13:20 字数 134 浏览 3 评论 0原文

std::pair<int*, std::size_t> p = managed_shm.find<int>("Integer"); 

有人可以给我这个 find 方法的定义吗?

std::pair<int*, std::size_t> p = managed_shm.find<int>("Integer"); 

can someone provide me with the definition of this find method.

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

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

发布评论

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

评论(1

棒棒糖 2024-10-18 08:13:20

如果您按照 boost 标头中的代码进行操作,您会发现它,这是起点:

boost/interprocess/managed_shared_memory.hpp 中的 class basic_management_shared_memory(版本 1.4.5)这是我检查过的,你没有指定你的版本!)

If you follow the code in the boost headers you'll find it, here is the starting point:

class basic_managed_shared_memory in boost/interprocess/managed_shared_memory.hpp (version 1.4.5 is what I checked, you've not specified your version!)

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