visit_struct
Struct visitor library
A library providing structure visitors for C++11 and C++14 to easily serialize and deserialize, print structs with varying member types.
A miniature library for struct-field reflection in C++
506 stars
28 watching
48 forks
Language: C++
last commit: almost 2 years ago
Linked from 2 awesome lists
cpp11cpp14introspectionreflectionstruct-field-visitorvisitor
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of reference counted generic data structures and tools to create C-style classes. | 81 |
| A library providing a way to validate the structure of data in Clojure applications. | 119 |
| A data structure implementation in C++ with documentation and examples. | 0 |
| A Go library providing reflection helpers for easier usage of structs | 27 |
| A library to simplify struct definition with type enforcement and default values. | 734 |
| A C++14 library for basic reflection and std::tuple-like methods without boilerplate code or macros. | 207 |
| A C++20-inspired library providing basic data structures and memory management utilities with a focus on performance and explicit control | 168 |
| A lightweight C++ header-only library for parsing command line arguments into a structured format. | 469 |
| A small C++ library for creating immutable string views into externally owned character strings. | 24 |
| Delivers struct types to Java programming language. | 176 |
| A C container template library implementing various data structures and algorithms in ISO C99/C11. | 172 |
| A C++ library that enables direct conversion between JSON and structured C++ data types | 427 |
| A library that adapts Clojure's persistent data structures to work with the Java programming language. | 219 |
| An Elixir library that simplifies struct instantiation from external data | 286 |
| A collection of common data structures and algorithms implemented in C. | 51 |