Skip to content

Commit 7601de7

Browse files
committed
Mentioned that this is possible in the readme
1 parent 7840c71 commit 7601de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ This does not happen if you use a `variant`.
370370
If the `variant` does an alternative of the same value type, an `mismatch` exception will be thrown.
371371
The value types are NULL, integer, real number, text and BLOB.
372372
To support all possible values, you can use `variant<nullptr_t, sqlite_int64, double, string, vector<char>`.
373+
It is also possible to use a variant with `std::monostate` in order to catch null values.
373374

374375
Errors
375376
----

0 commit comments

Comments
 (0)