std::pair<int*, std::size_t> p = managed_shm.find<int>("Integer");
can someone provide me with the definition of this find method.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you follow the code in the boost headers you’ll find it, here is the starting point:
class basic_managed_shared_memoryinboost/interprocess/managed_shared_memory.hpp(version 1.4.5 is what I checked, you’ve not specified your version!)