Returns the type of a weak 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 <weak_ptr.hpp>
Public Types | |
typedef weak_ptr< T, typename ManagedMemory::template allocator< void >::type, typename ManagedMemory::template deleter< T >::type > | type |
Returns the type of a weak 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 weak_ptr< T , typename ManagedMemory::template allocator<void>::type , typename ManagedMemory::template deleter<T>::type > boost::interprocess::managed_weak_ptr< T, ManagedMemory >::type |