refl-cpp
Type inspector
Provides compile-time reflection and introspection capabilities for C++17
Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).
1k stars
29 watching
77 forks
Language: C++
last commit: about 2 years ago cppcpp17header-onlymetaprogrammingno-dependenciesproduction-readyrefl-cppreflection
Related projects:
Repository | Description | Stars |
---|---|---|
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 99 |
skypjack/meta | A header-only, non-intrusive and macro-free runtime reflection system for C++ | 599 |
getml/reflect-cpp | A C++20 library for fast serialization and deserialization using reflection | 1,165 |
austinbrunkhorst/cpp-reflection | A C++ toolkit for analyzing and manipulating source code at runtime | 671 |
phisko/reflection | An API to inspect and describe the structure of C++ types | 6 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 330 |
cylix/reflex | A C++14 reflection library for inspecting and manipulating objects at runtime. | 134 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 |
billyquith/ponder | A C++ reflection library with Lua binding and JSON/ XML serialization. | 649 |
philip82148/cpp-dump | A debugging library that prints variables of any type in a human-readable format | 308 |
blackmatov/enum.hpp | A header-only C++17 library providing compile-time enum reflection capabilities | 45 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 413 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |