Skip to content

Commit 93804d3

Browse files
committed
Reflection: Add visit_struct (fix fffaraz#779)
1 parent e646aa2 commit 93804d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
673673
* [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]
674674
* [Ponder](https://github.com/billyquith/ponder) - A C++11 library for reflection. [MIT]
675675
* [RTTR](https://github.com/rttrorg/rttr) - A C++11 library for reflection. [MIT] [website](http://www.rttr.org)
676+
* [visit_struct](https://github.com/cbeck88/visit_struct) - A miniature library for struct-field reflection in C++. [BSL-1.0]
676677

677678
## Regular Expression
678679

0 commit comments

Comments
 (0)