carl  24.04
Computer ARithmetic Library
std::hash< carl::SqrtEx< Poly > > Struct Template Reference

Implements std::hash for square root expressions. More...

#include <SqrtEx.h>

Public Member Functions

std::size_t operator() (const carl::SqrtEx< Poly > &_sqrtEx) const
 

Detailed Description

template<typename Poly>
struct std::hash< carl::SqrtEx< Poly > >

Implements std::hash for square root expressions.

Definition at line 266 of file SqrtEx.h.

Member Function Documentation

◆ operator()()

template<typename Poly >
std::size_t std::hash< carl::SqrtEx< Poly > >::operator() ( const carl::SqrtEx< Poly > &  _sqrtEx) const
inline
Parameters
_sqrtExThe square root expression to get the hash for.
Returns
The hash of the given square root expression.

Definition at line 273 of file SqrtEx.h.

Here is the call graph for this function:

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