Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stdext::hash< const void * > Class Template Reference

#include <gnuhash.h>

Public Member Functions

size_t operator() (const void *const &key) const
 

Detailed Description

template<>
class stdext::hash< const void * >

Definition at line 101 of file gnuhash.h.

Member Function Documentation

size_t stdext::hash< const void * >::operator() ( const void *const &  key) const
inline

Definition at line 105 of file gnuhash.h.

References a.

106  {
107  return a( (size_t) key );
108  }

The documentation for this class was generated from the following file: