#include "FlavorTagDiscriminants/GNNOptions.h"
#include <unordered_map>
#include <iostream>
Go to the source code of this file.
◆ main()
int main |
( |
int |
, |
|
|
char * |
[] |
|
) |
| |
Definition at line 7 of file testHash.cxx.
10 std::unordered_map<GNNOptions, std::string> optsMap;
11 optsMap[
opts] =
"zooz";
12 for (
const auto& [
k,
v]: optsMap) {
13 std::cout <<
k.default_output_value <<
" " <<
v << std::endl;