|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <string>#include <stdexcept>#include <algorithm>#include <iostream>#include <unordered_set>#include <initializer_list>#include <map>#include <vector>#include <set>#include <ranges>#include <concepts>#include <variant>#include "Logger.h"#include "Utils.h"#include "GeneralEnum.h"#include "LhaID.h"#include "BlockName.h"

Go to the source code of this file.
Classes | |
| struct | ParamId |
| Composite identifier for a single parameter. More... | |
| struct | std::hash< ParamId > |
Namespaces | |
| namespace | std |
| Hash specialization for SymbolId<Tag>. | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ParamId &pid) |
| Stream output operator for ParamId. | |
|
inline |
Stream output operator for ParamId.
Prints the parameter identifier in the form: <block>:<code>
where both parts use their respective stream operators. The type field is not printed.
Example:
| os | Output stream. |
| pid | ParamId to print. |