Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template managed_weak_ptr

boost::interprocess::managed_weak_ptr

Synopsis

// In header: <boost/interprocess/smart_ptr/weak_ptr.hpp>

template<typename T, typename ManagedMemory> 
struct managed_weak_ptr {
  // types
  typedef weak_ptr< allocator< deleter<  ;
};

Description

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.


PrevUpHomeNext