|
You are here |
herbsutter.com | ||
| | | | |
ericniebler.com
|
|
| | | | | UPDATE April 8, 2016 This post has been edited since publication to reflect my evolving understanding. As a result of the issues raised in this post, it's possible that the committee decides ... | |
| | | | |
abseil.io
|
|
| | | | | Battle-tested, Mom-approved | |
| | | | |
isocpp.github.io
|
|
| | | | | The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ | |
| | | | |
www.cppstories.com
|
|
| | | 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: | ||