![]() |
Connect++ 0.4.0
A fast, readable connection prover for first-order logic.
|
Hashing for terms using the Boost library. More...
#include <TermHash.hpp>
Public Member Functions | |
size_t | operator() (const Term &t) const |
Hashing for terms using the Boost library.
You need to be able to hash Terms, as the term index stores them in an unordered_map. (Well, it will eventually. This is currently unused.)
Definition at line 39 of file TermHash.hpp.
|
inline |
Definition at line 40 of file TermHash.hpp.