Unroll for-loops in C++
Overview Loop unrolling is a widely used tech ...
Throw away pack expansion results in C++
This article describes how to throw away temp ...
Handle permutations with duplicates at compile time
I created a simple library that handles permu ...
`Constraints` improves readability of SFINAE code
This page introduces the Constraints pattern, ...