ReactOS 0.4.15-dev-8100-g1887773
KeyHashPtr Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 547 of file unordered_test.cpp.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 552 of file unordered_test.cpp.

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

◆ operator()() [2/2]

size_t KeyHashPtr::operator() ( Key const volatile key) const
inline

Definition at line 549 of file unordered_test.cpp.

550 { return (size_t)key->m_data; }
Definition: copy.c:22

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