ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Gluco::DeepHash< K > Struct Template Reference

#include <Map.h>

Public Member Functions

uint32_t operator() (const K *k) const
 

Detailed Description

template<class K>
struct Gluco::DeepHash< K >

Definition at line 37 of file Map.h.

Member Function Documentation

◆ operator()()

template<class K>
uint32_t Gluco::DeepHash< K >::operator() ( const K * k) const
inline

Definition at line 37 of file Map.h.

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