Registry / utility / boost-interprocess

boost-interprocess

JSON →
library1.90.0vcpkgunverified

Boost interprocess module for shared memory and synchronization.

vcpkg install boost-interprocess
INSTALL
IMPORT
SIG · BOOST-INTERPROCESS
B
boost-interprocess
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/interprocess/shared_memory_object.hpp
#include <boost/interprocess/shared_memory_object.hpp>

Create shared memory

#include <boost/interprocess/shared_memory_object.hpp> #include <iostream> int main() { boost::interprocess::shared_memory_object shm(boost::interprocess::create_only, "test", boost::interprocess::read_write); std::cout << "Shared memory created" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

boost-interprocess — pip install boost-interprocess · libregistry