ReactOS 0.4.15-dev-7918-g2a2556c
KeyHash Struct Reference

Public Member Functions

size_t operator() (Key key) const
 
size_t operator() (int data) const
 

Detailed Description

Definition at line 526 of file unordered_test.cpp.

Member Function Documentation

◆ operator()() [1/2]

size_t KeyHash::operator() ( int  data) const
inline

Definition at line 531 of file unordered_test.cpp.

532 { return (size_t)data; }
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: gl.h:1950

◆ operator()() [2/2]

size_t KeyHash::operator() ( Key  key) const
inline

Definition at line 528 of file unordered_test.cpp.

529 { return (size_t)key.m_data; }
Definition: copy.c:22

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