Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template pointer_has_rebind

boost::intrusive::pointer_has_rebind

Synopsis

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

template<typename Ptr, typename U> 
struct pointer_has_rebind {
  // member classes/structs/unions
  template<typename V> 
  struct any {
    // construct/copy/destruct
    (const V &);
  };

  // public static functions
  template<typename X> 
    char (int, typename U > *);
  template<typename X> int (int >, void *);

  // public data members
  static const bool value;
};

Description

pointer_has_rebind public static functions

  1. template<typename X> char (int, typename U > *);
  2. template<typename X> int (int >, void *);

PrevUpHomeNext