boost::interprocess::make_managed_unique_ptr
template<typename T, typename ManagedMemory> unspecified make_managed_unique_ptr(T * constructed_object, ManagedMemory & managed_memory);
Returns an instance of the a unique pointer constructed with boost::interproces::deleter from a pointer of type T that has been allocated in the passed managed segment