HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT::detail::HashCompare< Key > Class Template Reference

#include <UT_ConcurrentHashMap.h>

Public Member Functions

std::size_t hash (const Key &a) const
 
bool equal (const Key &a, const Key &b) const
 

Detailed Description

template<typename Key>
class UT::detail::HashCompare< Key >

Definition at line 29 of file UT_ConcurrentHashMap.h.

Member Function Documentation

template<typename Key>
bool UT::detail::HashCompare< Key >::equal ( const Key &  a,
const Key &  b 
) const
inline

Definition at line 36 of file UT_ConcurrentHashMap.h.

template<typename Key>
std::size_t UT::detail::HashCompare< Key >::hash ( const Key &  a) const
inline

Definition at line 32 of file UT_ConcurrentHashMap.h.


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