#include <gnuhash.h>
template<>
class stdext::hash< const Unit * >
Definition at line 111 of file gnuhash.h.
size_t stdext::hash< const Unit * >::operator() |
( |
const Unit *const & |
key) | |
const |
|
inline |
Definition at line 115 of file gnuhash.h.
References a.
117 return a( (
size_t) key>>4 );
The documentation for this class was generated from the following file: