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.
std::pair<int*, std::size_t> p = managed_shm.find<int>("Integer");
誰かがこのfindメソッドの定義を教えてもらえますか?
あなたがそれを見つけるブーストヘッダーのコードに従うならば、ここに出発点があります:
class basic_managed_shared_memory(バージョン1.4.5は私がチェックしboost/interprocess/managed_shared_memory.hppたものです、あなたはあなたのバージョンを指定していません!)
class basic_managed_shared_memory
boost/interprocess/managed_shared_memory.hpp