openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Static Public Member Functions | List of all members
hashmap::hash_ops< T > Struct Template Reference

Base hashing class. More...

#include <hashmap.hpp>

Collaboration diagram for hashmap::hash_ops< T >:

Static Public Member Functions

static bool cmp (const T &a, const T &b)
 
static hm_uint hash (const T &a)
 

Detailed Description

template<typename T>
struct hashmap::hash_ops< T >

Base hashing class.

Template Parameters
TDatatype with a .hash() member.

Definition at line 87 of file hashmap.hpp.

Member Function Documentation

◆ cmp()

template<typename T >
static bool hashmap::hash_ops< T >::cmp ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 89 of file hashmap.hpp.

◆ hash()

template<typename T >
static hm_uint hashmap::hash_ops< T >::hash ( const T &  a)
inlinestatic

Definition at line 92 of file hashmap.hpp.

Here is the caller graph for this function:

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