|
kblib 0.2.3
General utilities library for modern C++
|

Go to the source code of this file.
Macros | |
| #define | CATCH_CONFIG_ENABLE_BENCHMARKING |
| #define | MAKE_DERIVED2(Number, Expr) |
| #define | MAKE_DERIVED(Number, Expr) MAKE_DERIVED2(Number, Expr) |
Functions | |
| TEST_CASE ("poly_obj performance(4_old)") | |
| #define CATCH_CONFIG_ENABLE_BENCHMARKING |
Definition at line 20 of file visitation_benchmarks.cpp.
| #define MAKE_DERIVED | ( | Number, | |
| Expr | |||
| ) | MAKE_DERIVED2(Number, Expr) |
Definition at line 85 of file visitation_benchmarks.cpp.
| #define MAKE_DERIVED2 | ( | Number, | |
| Expr | |||
| ) |
Definition at line 72 of file visitation_benchmarks.cpp.
| TEST_CASE | ( | "poly_obj performance(4_old)" | ) |
Definition at line 230 of file visitation_benchmarks.cpp.