Skip to content
/ meta Public

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

Notifications You must be signed in to change notification settings

nikki93/meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published