2021-11-29 19:07:15 +07:00
2021-06-25 22:40:48 +07:00
2021-08-06 02:53:49 +07:00
2021-11-29 19:07:15 +07:00
2021-11-29 19:07:15 +07:00
2021-11-22 13:49:36 +07:00
2021-06-25 22:40:48 +07:00
2021-11-22 13:49:36 +07:00
2021-11-27 01:01:54 +07:00
2021-06-25 22:40:48 +07:00
2021-10-12 15:50:31 +07:00

meta.hpp

C++20 tiny reflection library

linux darwin windows codecov language license

Requirements

Installation

meta.hpp is a header-only library. All you need to do is copy the headers files from headers directory into your project and include them:

#include "meta.hpp/meta.hpp"

Also, you can add the root repository directory to your cmake project:

add_subdirectory(external/meta.hpp)
target_link_libraries(your_project_target meta.hpp)

Examples

coming soon

API

coming soon

License (MIT)

Languages
C++ 98.9%
CMake 0.8%
Python 0.3%