Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template get_hash_key_of_value<void, T>

boost::intrusive::get_hash_key_of_value<void, T>

Synopsis

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

template<typename T> 
struct get_hash_key_of_value<void, T> {
  // types
  typedef unspecified type;
};

PrevUpHomeNext