added assignment from value, conversion to database_type and appropriate tests

This commit is contained in:
2026-04-05 12:48:13 +02:00
parent 9e4660c4ee
commit 1806e2670c
7 changed files with 170 additions and 5 deletions
+1
View File
@@ -42,6 +42,7 @@ public:
[[nodiscard]] utils::constraints type() const;
[[nodiscard]] size_t size() const;
[[nodiscard]] int index() const;
[[nodiscard]] utils::value value() const;
template<class Type>
std::optional<Type> as() const {