![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
std::hash functor for gate_t.
More...
#include "dDNNF.h"
Public Member Functions | |
| size_t | operator() (gate_t g) const |
| Compute the hash of a gate identifier. | |
std::hash functor for gate_t.
Allows gate_t to be used as a key in std::unordered_map and std::unordered_set by delegating to std::hash on the underlying integer type.
|
inline |