cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Code generation macros and utilities. More...
Macros | |
#define | CXXO_DEFAULT_DEFAULT_CONSTRUCTOR(Type) Type () = default [or equivalent] |
Declares a “ =default ” default constructor. More... | |
#define | CXXO_DEFAULT_COPY_CONSTRUCTOR(Type, Su, ...) |
Declares a =default copy constructor. More... | |
#define | CXXO_TYPEOF(expr) __typeof__(expr) [or equivalent] |
Obtains the type of expr if there is a __typeof__ -like facility to do so. More... | |
Code generation macros and utilities.