ReactOS 0.4.16-dev-197-g92996da
hash< int > Struct Reference

#include <_hash_fun.h>

Public Member Functions

size_t operator() (int __x) const
 

Detailed Description

Definition at line 88 of file _hash_fun.h.

Member Function Documentation

◆ operator()()

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

Definition at line 89 of file _hash_fun.h.

89{ return __x; }

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