add 'def' to settings info

This commit is contained in:
MihailRis
2024-10-30 11:50:39 +03:00
parent edad594101
commit a43002cf54
4 changed files with 39 additions and 0 deletions
+4
View File
@@ -57,6 +57,10 @@ public:
return value;
}
const T& getDefault() const {
return initial;
}
T& operator*() {
return value;
}