ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
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 34 of file Map.h.

Member Function Documentation

◆ operator()()

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

Definition at line 34 of file Map.h.

34{ uint32_t operator()(const K& k) const { return hash(k); } };
uint32_t operator()(const K &k) const
Definition Map.h:34
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: