added assignment from value, conversion to database_type and appropriate tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user