#include <audio_mixer_user.h>
Definition at line 76 of file audio_mixer_user.h.
Public Member Functions | |
size_t | operator() (const Pointer &ptr) const |
|
Definition at line 78 of file audio_mixer_user.h. References uint.
00079 { 00080 std::hash_set<uint>::hasher h; 00081 // transtype the pointer into int then hash it 00082 return h.operator()(uint(ptr)); 00083 } |