Categories

template metaprogramming

Fundamental operations on type lists (Part1)

One of the fundamental building blocks of template metaprogramming is type lists. Dealing with them used to be a hassle, but since C++11 they are pretty much built into the language through type template parameter packs…

Read on

Back to Top ↑