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. More...
#include <shared_ptr.hpp>
Public Types | |
typedef ManagedMemory::template allocator< void >::type | void_allocator |
typedef ManagedMemory::template deleter< T >::type | deleter |
typedef shared_ptr< T, void_allocator, deleter > | type |
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.
typedef ManagedMemory::template deleter<T>::type boost::interprocess::managed_shared_ptr< T, ManagedMemory >::deleter |
typedef shared_ptr< T, void_allocator, deleter> boost::interprocess::managed_shared_ptr< T, ManagedMemory >::type |
typedef ManagedMemory::template allocator<void>::type boost::interprocess::managed_shared_ptr< T, ManagedMemory >::void_allocator |