Centimo / Meta_lib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/)


Languages

Language:C++ 98.9%Language:CMake 1.1%