Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template bucket_hash_equal_t

boost::intrusive::bucket_hash_equal_t

Synopsis

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

template<typename ValueTraits, typename VoidOrKeyOfValue, 
         typename VoidOrKeyHash, typename VoidOrKeyEqual, 
         typename BucketTraits,  LinearBuckets,  > 
struct bucket_hash_equal_t : public , public  {
  // types
  typedef  ;       
  typedef                  ;     
  typedef                                             ;
  typedef                                                                                                 ;         
  typedef                                                                                ;            
  typedef                                                                                    ;               
  typedef                                                                                                ;        
  typedef                                                                            ;            
  typedef                                                                      ;      
  typedef                                                                          ;          
  typedef                                                                ;
  typedef                                                             ;           

  // construct/copy/destruct
  (, , 
                      , );
  ();

  // public member functions
   ();
   ();
   ();
   ();
   ();
   ();
   () ;
   ();
   (, );
   ();
   ();
   () ;
   ();
};

Description

bucket_hash_equal_t public construct/copy/destruct

  1. ( val_traits, 
                         b_traits,  h, 
                         e);
  2. ( other);

bucket_hash_equal_t public member functions

  1.  ();
  2.  ();
  3.  ();
  4.  ();
  5.  ();
  6.  ();
  7.  ( pbucketptr) ;
  8.  ();
  9.  (, );
  10.  ();
  11.  ();
  12.  () ;
  13.  ();

PrevUpHomeNext