• Stars
    star
    285
  • Rank 145,115 (Top 3 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sample project for a small, flexible runtime reflection system using C++11

This project presents a small, flexible runtime reflection system using C++11 language features.

For more information, see the blog series "A Flexible Reflection System in C++".

Build Instructions

CMake is required. Quick start:

$ git clone https://github.com/preshing/FlexibleReflection
$ cd FlexibleReflection
$ mkdir build
$ cd build
$ cmake ..

For detailed build instructions, see "How to Build a CMake-Based Project".