Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template pointer_rebind_mode

boost::intrusive::pointer_rebind_mode

Synopsis

// In header: <boost/intrusive/pointer_rebind.hpp>

template<typename Ptr, typename U> 
struct pointer_rebind_mode {

  // public data members
  static  rebind;
  static  rebind_other;
  static  mode;
};

PrevUpHomeNext