Singleton Template Object Factory Sample C++ Singleton Template Object Factory Usage Example is written with basic samples. Tested on both Ubuntu 20.04 and Window 10. Requirements * CMake * Compiler (Gcc or Clang) Compilation and Run on Linux mkdir build cd build cmake .. make -j 4 ./bin/RunSample