Skip to content

grafikrobot/boostorg.describe

 
 

Repository files navigation

Describe

A C++14 reflection library. Provides macros for describing enumerators and struct/class members, and primitives for querying this information. See the documentation 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 and Appveyor.

License

Distributed under the Boost Software License, Version 1.0.

About

A C++14 reflection library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.2%
  • Jsonnet 5.4%
  • CMake 1.3%
  • Other 1.1%