VIPRA Documentation
Loading...
Searching...
No Matches
include
vipra
types
parameter.hpp
1
#pragma once
2
3
#include <cstddef>
4
#include <vector>
5
#include "vipra/types/tags.hpp"
6
namespace
VIPRA {
7
struct
Parameter
{
8
enum class
RandomType { NONE, RANGE, DISCRETE };
9
};
10
}
// namespace VIPRA
VIPRA::Parameter
Definition
parameter.hpp:7
Generated by
1.13.2