boost::interprocess::deleter
// In header: <boost/interprocess/smart_ptr/deleter.hpp> template<typename T, typename SegmentManager> class deleter { public: // types typedef ; // public member functions () ; (); };
A deleter that uses the segment manager's destroy_ptr function to destroy the passed pointer resource.
This deleter is used
deleter
( pmngr) ;
( p);