YPC
0.2.0
example
iris
iris
output
user_type.h
1
#pragma once
2
#include <ff/util/ntobject.h>
3
#include <string>
4
define_nt(sepal_len,
double
);
5
define_nt(sepal_wid,
double
);
6
define_nt(petal_len,
double
);
7
define_nt(petal_wid,
double
);
8
define_nt(species, std::string);
9
typedef
ff::util::ntobject<sepal_len,sepal_wid,petal_len,petal_wid,species> iris_item_t;
Generated by
1.8.17