https://github.com/boostorg/describe
A C++14 reflection library
https://github.com/boostorg/describe
Last synced: 3 months ago
JSON representation
A C++14 reflection library
- Host: GitHub
- URL: https://github.com/boostorg/describe
- Owner: boostorg
- Created: 2020-09-08T16:36:21.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-16T18:35:21.000Z (5 months ago)
- Last Synced: 2025-08-16T20:32:20.989Z (5 months ago)
- Language: C++
- Homepage: https://boost.org/libs/describe
- Size: 240 KB
- Stars: 75
- Watchers: 7
- Forks: 44
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Describe
A C++14 reflection library. Provides macros for describing enumerators and
struct/class members, and primitives for querying this information. See
[the documentation](https://www.boost.org/doc/libs/develop/libs/describe/)
for more information and usage examples.
## Supported Compilers
* GCC 5 or later with `-std=c++14` or above
* Clang 3.9 or later with `-std=c++14` or above
* Visual Studio 2015 or later
Tested on [Github Actions](https://github.com/boostorg/describe/actions) and
[Appveyor](https://ci.appveyor.com/project/pdimov/describe).
## License
Distributed under the
[Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).