![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::managed_shared_ptr
// In header: <boost/interprocess/smart_ptr/shared_ptr.hpp> template<typename T, typename ManagedMemory> struct managed_shared_ptr { // types typedef allocator< ; typedef ; typedef shared_ptr< ; };
Returns the type of a shared pointer of type T with the allocator boost::interprocess::allocator allocator and boost::interprocess::deleter deleter that can be constructed in the given managed segment type.