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

#include <ParamID.h>

Public Member Functions

std::size_t operator() (const ParamId &p) const noexcept
 Computes a hash value for a ParamId.
 

Detailed Description

Definition at line 175 of file ParamID.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< ParamId >::operator() ( const ParamId p) const
inlinenoexcept

Computes a hash value for a ParamId.

The three components are hashed and combined via simple XOR and bit-shifting. This is sufficient for typical usage but does not claim cryptographic properties.

Parameters
pParamId to hash.
Returns
Combined hash value.

Definition at line 186 of file ParamID.h.


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