Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
BAKeyHash Struct Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

std::size_t BAKeyHash::operator() ( const std::pair< std::string, std::string > &  k) const
inlinenoexcept

Computes the hash of a pair of strings.

Parameters
kPair (block name, id string).
Returns
Combined hash value.

Definition at line 46 of file ParamOptimizer.h.


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