Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我map<KeyType, MappedType, std::less<KeyType>, ShmemAllocator> MyMap;从进程间教程中遇到了我想知道如何制作 std::string、std::string 映射?
map<KeyType, MappedType, std::less<KeyType>, ShmemAllocator> MyMap;