ActiveLib
Loading...
Searching...
No Matches
AreaValue.h
1
6#ifndef ACTIVE_SETTING_AREA_VALUE
7#define ACTIVE_SETTING_AREA_VALUE
8
9#include "Active/Setting/Values/Measurement/MeasuredValue.h"
10#include "Active/Setting/Values/Measurement/Units/AreaUnit.h"
11
12namespace active::setting {
13
23
24}
25
26#endif //ACTIVE_SETTING_AREA_VALUE
Template specialisation of DoubleValue for values of measurement.
Definition MeasuredValue.h:85
Definition Transportable.h:13