Boost interprocess: how to create map<string, string> with custome allocator?

393 Views Asked by At

So I faaced map<KeyType, MappedType, std::less<KeyType>, ShmemAllocator> MyMap; from interprocess tutoral I wonder how to make std::string, std::string map?

0

There are 0 best solutions below