From 93804d371b8b49e5c87d00ed540bccba75c99ab5 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Mon, 13 May 2019 19:23:54 +0800 Subject: [PATCH] Reflection: Add visit_struct (fix #779) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6251409..e375e8e 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Nameof](https://github.com/Neargye/nameof) - Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. [MIT] * [Ponder](https://github.com/billyquith/ponder) - A C++11 library for reflection. [MIT] * [RTTR](https://github.com/rttrorg/rttr) - A C++11 library for reflection. [MIT] [website](http://www.rttr.org) +* [visit_struct](https://github.com/cbeck88/visit_struct) - A miniature library for struct-field reflection in C++. [BSL-1.0] ## Regular Expression