Static Public Member Functions

HashSetFns< K, C > Class Template Reference

#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 ( a,
b 
) [static]
template<class K , class C >
static int HashSetFns< K, C >::equal ( a,
b 
) [static]
template<class K , class C >
static uintptr_t HashSetFns< K, C >::hash ( a  )  [static]
template<class K , class C >
static uintptr_t HashSetFns< K, C >::hash ( a  )  [static]

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