cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Code Generation

Describes cxxomfort macros for code generation.

Cxxomfort includes a number of macros that help generating code.

For generating code for types and classes:

For generating functions:

Including #include <cxxomfort/base.hpp> (explicitly or implicitly) gives access to the following macros:

Including #include <cxxomfort/impl/relationals.hpp> gives access to the following feature:

For evaluating expressions:

Including #include <cxxomfort/library/i12n.hpp> (explicitly or implicitly) gives access to the sequence intialization helper macros :

Member CXXO_DEFAULT_COPY_CONSTRUCTOR (Type, Su,...)
Member CXXO_DEFAULT_DEFAULT_CONSTRUCTOR (Type)