Skip to content

A collection of C++14 Header files for Metaprogramming

License

Notifications You must be signed in to change notification settings

DaemonSnake/MetaProgramming

Repository files navigation

MetaProgramming

A collection of C++14 Header files for Metaprogramming

For now it allows the following feats:
-Advance index sequence (a more complete std::index_sequence)
-A merge sort utility class that sorts class's template (Holder<5, 8, 1> => Holder<1, 5, 8>)
-A template type remover (removes template argument from a templated class)
-A Compile-time HashMap of values to types (Map::create<>::set<0, void>::get<0> => void)

About

A collection of C++14 Header files for Metaprogramming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published