ReactOS 0.4.15-dev-7942-gd23573b
hash< void * > Struct Reference

#include <_hash_fun.h>

Classes

union  __vp
 

Public Member Functions

size_t operator() (void *__x) const
 

Detailed Description

Definition at line 125 of file _hash_fun.h.

Member Function Documentation

◆ operator()()

size_t hash< void * >::operator() ( void __x) const
inline

Definition at line 132 of file _hash_fun.h.

133 {
134 __vp vp;
135 vp.p = __x;
136 return vp.s;
137 }

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