#include "ecvl/core.h"
#include "ecvl/core/filesystem.h"
#include "ecvl/core/optional.h"
#include <iostream>
#include <map>
#include <vector>
#include <regex>
#include "yaml-cpp/yaml.h"
Go to the source code of this file.
◆ UNSIGNED_ENUM_CLASS
#define UNSIGNED_ENUM_CLASS |
( |
|
name, |
|
|
|
... |
|
) |
| |
Value:enum class name : unsigned { __VA_ARGS__ };\
inline constexpr
unsigned operator+ (name
const val) {
return static_cast<unsigned>(val); }
constexpr unsigned operator+(SplitType const val)
Definition at line 29 of file dataset_parser.h.