This commit is contained in:
2026-08-09 22:47:13 +08:00
parent 1354aa54ba
commit 11407faf86
11 changed files with 85 additions and 143 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
#include <structive/property/extensions/presentation.hpp>
#include <cstdio>
#include <cstdlib>
#include "test.hpp"
#include <type_traits>
using namespace structive;
#define REQUIRE(expression) do { if (!(expression)) { std::fprintf(stderr, "REQUIRE failed: %s:%d: %s\n", __FILE__, __LINE__, #expression); std::abort(); } } while (false)
struct Device : Property_Object<Device> {
int temperature{20};
int pressure{100};