Explore >> Select a destination


You are here

blog.nelhage.com
| | jguegant.github.io
6.5 parsecs away

Travel
| | Trivia: As a C++ enthusiast, I usually follow the annual C++ conference cppconf or at least try to keep myself up-to-date with the major events that happen there. One way to catch up, if you can't afford a plane ticket or the ticket, is to follow the youtube channel dedicated ...
| | brevzin.github.io
5.5 parsecs away

Travel
| |
| | mpark.github.io
4.2 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | www.cppstories.com
23.4 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: