carl  24.04
Computer ARithmetic Library
std::hash< carl::BasicConstraint< Pol > > Struct Template Reference

Implements std::hash for constraints. More...

#include <BasicConstraint.h>

Public Member Functions

std::size_t operator() (const carl::BasicConstraint< Pol > &constraint) const
 

Detailed Description

template<typename Pol>
struct std::hash< carl::BasicConstraint< Pol > >

Implements std::hash for constraints.

Definition at line 161 of file BasicConstraint.h.

Member Function Documentation

◆ operator()()

template<typename Pol >
std::size_t std::hash< carl::BasicConstraint< Pol > >::operator() ( const carl::BasicConstraint< Pol > &  constraint) const
inline
Parameters
constraintThe constraint to get the hash for.
Returns
The hash of the given constraint.

Definition at line 166 of file BasicConstraint.h.

Here is the call graph for this function:

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