Build a factory with an executor to implement C++ reflection mechanism
mkdir build && cd build & cmake .. && make
Support for generic reflections to dynamically create objects, whether they are integers or strings
- linux
- windows, to do
Currently only supports c++11, can also support c++98
see demo.cpp
Apache 2.0