标签: c++ boost interprocess boost-interprocess
所以我从interprocess tutoral开始map<KeyType, MappedType, std::less<KeyType>, ShmemAllocator> MyMap;我想知道如何制作std :: string,std :: string map?
map<KeyType, MappedType, std::less<KeyType>, ShmemAllocator> MyMap;