Struct template pointer_has_rebind_other
boost::intrusive::pointer_has_rebind_other
 
Synopsis
template<typename Ptr, typename U> 
struct pointer_has_rebind_other {
  
  template<typename V> 
  struct any {
    
    any(const V &);
  };
  
  template<typename X> 
    static char test(int, typename X::template rebind< U >::other *);
  template<typename X> static int test(any< int >, void *);
  
  static const bool value;
};
Description
pointer_has_rebind_other public static functions
- templatetypename X> staticchartest(int, typename:2> ::
- templatetypename X> static inttest(any< int, ;