carl  24.04
Computer ARithmetic Library
std::hash< carl::BVTerm > Struct Reference

Implements std::hash for bit vector terms. More...

#include <BVTerm.h>

Public Member Functions

std::size_t operator() (const carl::BVTerm &t) const
 

Detailed Description

Implements std::hash for bit vector terms.

Definition at line 95 of file BVTerm.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< carl::BVTerm >::operator() ( const carl::BVTerm t) const
inline
Parameters
tThe bit vector term to get the hash for.
Returns
The hash of the given bit vector term.

Definition at line 100 of file BVTerm.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: