Add C++ features to query builder
authorSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 9 Mar 2020 05:43:32 +0000 (14:43 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 9 Mar 2020 05:43:32 +0000 (14:43 +0900)
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
src/vist/query-builder/README.md

index 38051c9..2bc1f74 100644 (file)
@@ -15,6 +15,15 @@ between sql query and sql schema at compile time.
 | **Backend** | sqlite3<br> | mysql<br>sqlite3<br>postgresql<br>odbc | sqlite3<br> |
 | **Feature** | basic (crud) | variety | variety |
 
+# C++ features in ViST Query Builder
+- template argument deduction for class templates
+- declaring non-type template parameters with auto
+- folding expressions
+- inline variables
+- std::apply()
+- curiously recurring template pattern
+- ...
+
 # Sample Code
 ## ours
 ```cpp