May Meetup – Hands On Metaprogramming: Implementing Named Parameters

Hey there C++ lunatics!

Last metaprogramming talk we learned some basic concepts, now it’s time to actually write code. Although named parameters are supported natively in other languages, in C++ we can use the built-in code generator known as template metaprogramming to implement support for this feature.