Write a C++ class that iterates over its base classes?
Here is an interesting article showing how you can use modern C++ features (C++17 and C++20) for automating the call of functions shared by base classes. Tested on Compiler Explorer… Read more »