ReactOS 0.4.15-dev-7842-g558ab78
hash< unsigned int > Struct Reference

#include <_hash_fun.h>

Public Member Functions

size_t operator() (unsigned int __x) const
 

Detailed Description

Definition at line 93 of file _hash_fun.h.

Member Function Documentation

◆ operator()()

size_t hash< unsigned int >::operator() ( unsigned int  __x) const
inline

Definition at line 94 of file _hash_fun.h.

94{ return __x; }

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