Replacing C++ Templates with Mako Templates
Sometimes it's just better to yield to the power of Python
Motivation
In the last post we went deep into C++14 and C++17 to fetch idioms that would help build a compile time switch statement of arbitrary size. In the end of that post, we have pointed out th…