Files
meta.hpp/README.md
2022-02-13 07:49:29 +07:00

2.3 KiB

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

API

coming soon

License (MIT)