|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include "BlockName.h"
Go to the source code of this file.
Functions | |
| BlockName | operator+ (const std::string &lhs, const BlockName &rhs) |
| std::ostream & | operator<< (std::ostream &os, const BlockName &block) |
Creates a new BlockName whose aliases are obtained by prefixing each alias of rhs with lhs.
Example:
| lhs | Prefix string. |
| rhs | BlockName whose aliases will be prefixed. |
Definition at line 74 of file BlockName.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const BlockName & | block | ||
| ) |
All aliases are written to the stream, separated by '/'. The order is determined by the iteration order of the internal unordered_set and is therefore not guaranteed to be stable.
Example output: "SMINPUTS/sminputs".
| os | Output stream. |
| block | BlockName to print. |
Definition at line 82 of file BlockName.cpp.