Returns the type of a unique pointer of type T with boost::interprocess::deleter deleter that can be constructed in the given managed segment type. More...
#include <unique_ptr.hpp>
Public Types | |
typedef boost::movelib::unique_ptr< T, typename ManagedMemory::template deleter< T >::type > | type |
Returns the type of a unique pointer of type T with boost::interprocess::deleter deleter that can be constructed in the given managed segment type.
typedef boost::movelib::unique_ptr< T , typename ManagedMemory::template deleter<T>::type > boost::interprocess::managed_unique_ptr< T, ManagedMemory >::type |