AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ CODE

#define CODE (   C)    std::cout << #C << ";" << std::endl; C

Dump code and execute (works like echo)

Note
If the code contains a comma, this will not work, because the preprocessor will split the code into two macro arguments. In some cases you can resolve that problem by putting the code in brackets.
Examples:
tests/arraytest.cc, tests/f77test.cc, tests/helpertest.cc, tests/operatortest.cc, tests/reprtest.cc, tests/seriestest.cc, tests/shapetest.cc, and tests/simplearraytest.cc.

Definition at line 82 of file dump_macros.h.

Referenced by main().