diff options
-rw-r--r-- | feature/view/list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/feature/view/list b/feature/view/list index 33024ac..aa02062 100644 --- a/feature/view/list +++ b/feature/view/list @@ -7,3 +7,9 @@ describe a table (and generate query_columns from it). See email from frankiegp@libero.it/14-Jul-2014. + +? std::duple-based view + + Can't we TMP-generate traits class in C++11? Could be useful for calling + stored procedures, for example. Could also have specializations for common + simple types (std::string, integers). |