标签: c++ windows stl shared-memory
我想使用共享内存进行进程间通信。在共享内存中,我想使用hash_map。可以在共享内存中创建hash_map吗?
答案 0 :(得分:0)
您可以使用boost::interprocess库。它通过共享支持进程间通信,并支持高级概念,例如共享内存容器。
boost::interprocess