【问题标题】:is there a replacement of shared_memory_object in c++11c++11中是否有shared_memory_object的替代品
【发布时间】:2015-10-18 03:46:15
【问题描述】:

我正在尝试将 c++ 代码转换为 c++11 样式,并且我想停止使用一些与 boost 相关的库。我知道c++11 从 boost 中借用了很多概念。 c++11 中有 shared_memory_object 的替代品吗?

【问题讨论】:

标签: c++ c++11 boost shared-memory boost-interprocess


【解决方案1】:

没有。标准中没有“共享内存”的概念。因此没有设施可以使用它。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-09-30
    • 2011-08-04
    • 2016-02-17
    • 2019-06-06
    • 2017-03-25
    • 1970-01-01
    • 2016-02-09
    • 1970-01-01
    相关资源
    最近更新 更多