Skip to content

swordey/cpp_tmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Useful Template Metaprogramming Ideas

This repository is about useful template metaprogramming. I am collecting here useful snippets for the future.

Types

  • Recursive Class Generation
  • Static Table Generation
    • Variadic template table generation
    • Recursive table filler class/struct
    • Constexpr auto table (C++17)

Authors

Releases

No releases published

Packages

No packages published

Languages