2022-02-07 05:44:47 +07:00
2021-06-25 22:40:48 +07:00
2022-02-07 05:44:47 +07:00
2022-02-05 07:35:33 +07:00
2022-02-07 04:30:31 +07:00
2022-01-09 16:28:30 +07:00
2022-01-28 06:34:51 +07:00
2021-06-25 22:40:48 +07:00
2022-01-08 05:53:42 +07:00
2022-02-05 08:52:42 +07:00
2021-06-25 22:40:48 +07:00
2022-01-09 06:05:21 +07:00
2022-02-07 04:30:31 +07:00

meta.hpp

C++20 tiny dynamic 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_all.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%