carl  24.04
Computer ARithmetic Library
std::hash< carl::Term< Coefficient > > Struct Template Reference

Specialization of std::hash for a Term. More...

#include <Term.h>

Public Member Functions

std::size_t operator() (const carl::Term< Coefficient > &term) const
 Calculates the hash of a Term. More...
 

Detailed Description

template<typename Coefficient>
struct std::hash< carl::Term< Coefficient > >

Specialization of std::hash for a Term.

Definition at line 615 of file Term.h.

Member Function Documentation

◆ operator()()

template<typename Coefficient >
std::size_t std::hash< carl::Term< Coefficient > >::operator() ( const carl::Term< Coefficient > &  term) const
inline

Calculates the hash of a Term.

Parameters
termTerm.
Returns
Hash of term.

Definition at line 621 of file Term.h.

Here is the call graph for this function:

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