An open API service indexing awesome lists of open source software.

https://github.com/coralkashri/cppsenioreas-design-pattern-reflection

Reflection Design Pattern implemented in C++. This is an examples repository of C++ Senioreas blog Design Pattern: RunTime Reflection article.
https://github.com/coralkashri/cppsenioreas-design-pattern-reflection

cpp cpp20 cppsenioreas design-pattern reflection runtime

Last synced: 7 months ago
JSON representation

Reflection Design Pattern implemented in C++. This is an examples repository of C++ Senioreas blog Design Pattern: RunTime Reflection article.

Awesome Lists containing this project

README

          

# cppsenioreas-design-pattern-reflection
Reflection Design Pattern implemented in C++.

This is an examples repository of [C++ Senioreas](https://cppsenioreas.wordpress.com/) blog [Design Pattern: RunTime Reflection](https://cppsenioreas.wordpress.com/2021/01/17/design-patterns-runtime-reflection-cpp/) article.