Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
std::hash< ExperimentObs > Struct Reference

Hash functor specialization for ExperimentObs. More...

#include <ExperimentObs.h>

Public Member Functions

std::size_t operator() (ExperimentObs const &x) const noexcept
 Computes the hash of an experiment-specific observable.
 

Detailed Description

Hash functor specialization for ExperimentObs.

This specialization allows ExperimentObs to be used as a key in std::unordered_map or std::unordered_set. The hash combines the experiment label and the hash of the binned observable identifier.

Definition at line 142 of file ExperimentObs.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< ExperimentObs >::operator() ( ExperimentObs const &  x) const
inlinenoexcept

Computes the hash of an experiment-specific observable.

Parameters
xExperimentObs object to hash.
Returns
Hash value for x.

Definition at line 149 of file ExperimentObs.h.


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