yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Minisat::Hash< K > Struct Template Reference

#include <Map.h>

Public Member Functions

uint32_t operator() (const K &k) const
 

Detailed Description

template<class K>
struct Minisat::Hash< K >

Definition at line 32 of file Map.h.

Member Function Documentation

template<class K >
uint32_t Minisat::Hash< K >::operator() ( const K &  k) const
inline

Definition at line 32 of file Map.h.

32 { uint32_t operator()(const K& k) const { return hash(k); } };
static uint32_t hash(uint32_t x)
Definition: Map.h:38
uint32_t operator()(const K &k) const
Definition: Map.h:32

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


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