Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template bucket_traits_impl

boost::intrusive::bucket_traits_impl

Synopsis

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

template<typename BucketPtr, typename SizeType> 
struct bucket_traits_impl {
  // construct/copy/destruct
  (, size_type);
  ();
  ();
   ();
   ();

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

Description

bucket_traits_impl public construct/copy/destruct

  1. ( buckets, size_type len);
  2. ( x);
  3. ( x);
  4.  ( x);
  5.  ( x);

bucket_traits_impl public member functions

  1.  () ;
  2. size_type () ;

PrevUpHomeNext