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

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

#include <Constraint.h>

Public Member Functions

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

Detailed Description

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

Implements std::hash for constraints.

Definition at line 366 of file Constraint.h.

Member Function Documentation

◆ operator()()

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

Definition at line 371 of file Constraint.h.

Here is the call graph for this function:

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