Template Alchemy: Mastering Variadic Packs with TypePack (Part 6 of 8)
In the previous chapters, we focused on "positional" operations: doing things based on indices and ranges. However, in real-world metaprogramming, we often care about what a type is, not just where it is. For example, you might want to strip all void...
blog.antonr.net3 min read