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

Specialization of std::hash for Variable. More...

#include <Variable.h>

Public Member Functions

std::size_t operator() (const carl::Variable variable) const noexcept
 Calculates the hash of a Variable. More...
 

Detailed Description

Specialization of std::hash for Variable.

Definition at line 224 of file Variable.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< carl::Variable >::operator() ( const carl::Variable  variable) const
inlinenoexcept

Calculates the hash of a Variable.

Parameters
variableVariable.
Returns
Hash of variable

Definition at line 230 of file Variable.h.


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