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

The template specialization of std::hash for a shared pointer of a carl::Monomial. More...

#include <Monomial.h>

Public Member Functions

size_t operator() (const carl::Monomial::Arg &monomial) const
 

Detailed Description

The template specialization of std::hash for a shared pointer of a carl::Monomial.

Parameters
monomialThe shared pointer to a monomial.
Returns
Hash of monomial.

Definition at line 712 of file Monomial.h.

Member Function Documentation

◆ operator()()

size_t std::hash< carl::Monomial::Arg >::operator() ( const carl::Monomial::Arg monomial) const
inline

Definition at line 714 of file Monomial.h.


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