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

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

#include <BasicConstraint.h>

Public Member Functions

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

Detailed Description

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

Implements std::hash for vectors of constraints.

Definition at line 175 of file BasicConstraint.h.

Member Function Documentation

◆ operator()()

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

Definition at line 180 of file BasicConstraint.h.


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