#include <Map.h>
Static Public Member Functions |
static uintptr_t | hash (C a) |
static uintptr_t | hash (K a) |
static int | equal (C a, C b) |
static int | equal (K a, C b) |
Detailed Description
template<class K, class C>
class HashSetFns< K, C >
Definition at line 87 of file Map.h.
Member Function Documentation
template<class K , class C >
static int HashSetFns< K, C >::equal |
( |
C |
a, |
|
|
C |
b | |
|
) |
| | [static] |
template<class K , class C >
static int HashSetFns< K, C >::equal |
( |
K |
a, |
|
|
C |
b | |
|
) |
| | [static] |
template<class K , class C >
static uintptr_t HashSetFns< K, C >::hash |
( |
C |
a |
) |
[static] |
template<class K , class C >
static uintptr_t HashSetFns< K, C >::hash |
( |
K |
a |
) |
[static] |
The documentation for this class was generated from the following file: