« Return to Thread: [interprocess] Container

[interprocess] Container

by Moritz-9 :: Rate this Message:

Reply to Author | View in Thread

Hi,

is there a possibility to put something like this into the shared_memory?

class A
{
   int a;
   double d;
   // ...
   boost::interprocess string s;
}

Thanks in advance.

_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

 « Return to Thread: [interprocess] Container