cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Is there a way to send the STL container
Is there a way to send the STL container cross process?
Jun 3, 2016 at 10:15am UTC
woshichuanqilz
(3)
As the title said,
I found the link below but seems inapproperite for my question.
http://stackoverflow.com/questions/22797418/how-do-i-safely-pass-objects-especially-stl-objects-to-and-from-a-dll
Jun 3, 2016 at 11:06am UTC
JLBorges
(13770)
Boost Interprocess has standard library compatible allocators and containers that can be placed in memory shared (or files mapped) across process boundaries.
http://www.boost.org/doc/libs/1_61_0/doc/html/interprocess/allocators_containers.html#interprocess.allocators_containers.containers_explained.containers
http://www.boost.org/doc/libs/1_61_0/doc/html/interprocess/allocators_containers.html#interprocess.allocators_containers.allocator_introduction.allocator_properties
Topic archived. No new replies allowed.