We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::any
1 parent 28665ef commit 02bf03dCopy full SHA for 02bf03d
examples/any.cpp
@@ -3,7 +3,7 @@
3
* It is a bit more complex than the other examples, because it
4
* uses custom row_extractor and statement_binder.
5
* Please note that this implementation is not the one and only
6
- * option of implementation of std:any bindong to sqlite_orm.
+ * option of implementation of `std:any` binding to sqlite_orm.
7
* It is just an example of how to use std::any as a mapped type.
8
* Implementation is based on 5 types SQLite supports:
9
* NULL, INTEGER, REAL, TEXT, BLOB.
0 commit comments