ders::ders::key_hash< T * > Struct Template Reference
#include <hash_vec.hpp>
List of all members.
|
Public Member Functions |
size_t | operator() (T *k) const |
Detailed Description
template<class T>
struct ders::ders::key_hash< T * >
Definition at line 116 of file hash_vec.hpp.
Member Function Documentation
template<class T>
size_t ders::ders::key_hash< T * >::operator() |
( |
T * |
k |
) |
const [inline] |
Definition at line 117 of file hash_vec.hpp.
00117 { return reinterpret_cast<size_t>(k); }
The documentation for this struct was generated from the following file: