#include <any>
#include <functional>
#include <map>
#include <optional>
#include <set>
#include <string>
#include <string_view>
#include <utility>
#include <variant>
#include <vector>
#include "smash/configuration.h"
#include "smash/stringfunctions.h"
Go to the source code of this file.
|
using | smash::Version = std::string |
| Descriptive alias for storing SMASH versions associated to keys metadata. More...
|
|
using | smash::KeyLabels = std::vector< std::string > |
| Descriptive alias for storing key labels, i.e. More...
|
|