Explore >> Select a destination


You are here

eli.thegreenplace.net
| | studiofreya.org
0.8 parsecs away

Travel
| | [AI summary] A C++11 variadic template example demonstrating perfect forwarding to wrap constructor calls for a structure.
| | www.bfilipek.com
0.8 parsecs away

Travel
| | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that:
| | baptiste-wicht.com
0.9 parsecs away

Travel
| | Variadic Templates C++11 introduced variadic template to the languages. This new feature allows to write template functions and classes taking an arbitrary number of template parameters. This a featur
| | mtlynch.io
22.5 parsecs away

Travel
| Updates about my life and what I learn about creating software