nikki93 / meta

static reflection tools for c++. i mostly use this with entt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meta

Static reflection tools for C++. I use it with EnTT but it can work with anything. The main features the library provides are:

  • Registering types and then being able to iterate over them statically.
  • Get the name of a type as a constexpr std::string_view.
  • Iterate over fields of a struct, also attach attributes to them and get attribute values constexpr.

Check out the example!

About

static reflection tools for c++. i mostly use this with entt.


Languages

Language:C++ 96.6%Language:Shell 3.4%