|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
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. | |
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.
|
inlinenoexcept |
Computes the hash of an experiment-specific observable.
| x | ExperimentObs object to hash. |
x. Definition at line 149 of file ExperimentObs.h.