Smart data library News
Status: Pre-Alpha
Brought to you by:
catalinf
Please have a look on the project's slides at http://fratila.free.fr/sdtlib and write me if you're interested!
Help wanted!
Compile-Time Visitor and Smart Data Types
Manifest
Hello! Come together!
Before we begin, let me show you a tiny sample.
After including two files, the main looks like this:
---
// Execution data type definition
typedef TFld<int, TObj > TNAMEDEF(TFExQty);
typedef TFld<double, TFExQty> TNAMEDEF(TFExPrc);
typedef TFld<long, TFExPrc> TNAMEDEF(TFExMkt);... read more