Skip to content

Collection of metaprogramming snippets based on Filip Roséen's work (http://b.atch.se/)

Notifications You must be signed in to change notification settings

Centimo/Meta_lib

Repository files navigation

Collection of metaprogramming snippets based on Filip Roséen's work (http://b.atch.se/)
Enum: class of convenient enumerations. Allows you to iterate, name elements, and search by name.
Meta_base: stores the list of inheritors in the form std::variant, which allows implementing static polymorphism without using pointers.

Some samples in main.cpp

About

Collection of metaprogramming snippets based on Filip Roséen's work (http://b.atch.se/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published