Home
last modified time | relevance | path

Searched defs:bool_hash (Results 1 – 2 of 2) sorted by relevance

/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dhash.h151 struct bool_hash { struct
152 typedef bool data_t;
153 unsigned operator()(bool x) const { return static_cast<unsigned>(x); } in operator()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dhash.h151 struct bool_hash { struct
152 typedef bool data;
153 unsigned operator()(bool x) const { return static_cast<unsigned>(x); } in operator()