大更新

This commit is contained in:
2026-08-08 19:16:58 +08:00
parent d289f8d6e2
commit ae5dc3eb46
178 changed files with 69427 additions and 525 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <adminive/value.hpp>
int main() {
const adminive::Range_Value<int, 0, 10> value{7};
return value.value() == 7 ? 0 : 1;
}