Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rebind

boost::interprocess::offset_ptr::rebind

Synopsis

// In header: <boost/interprocess/offset_ptr.hpp>


template<typename U> 
struct rebind {
  // types
  typedef offset_ptr< U, DifferenceType, OffsetType, OffsetAlignment > other;
};

Description

Compatibility with pointer_traits


PrevUpHomeNext