大更新
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user