|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Hash functor for (block name, parameter id string) pairs. More...
#include <ParamOptimizer.h>
Public Member Functions | |
| std::size_t | operator() (const std::pair< std::string, std::string > &k) const noexcept |
| Computes the hash of a pair of strings. | |
Hash functor for (block name, parameter id string) pairs.
Used internally by ParamOptimizer to keep track of operations keyed by (BlockName, LhaID.to_string()).
Definition at line 40 of file ParamOptimizer.h.
|
inlinenoexcept |
Computes the hash of a pair of strings.
| k | Pair (block name, id string). |
Definition at line 46 of file ParamOptimizer.h.