Explore >> Select a destination


You are here

www.bfilipek.com
| | www.cppstories.com
0.0 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:
| | www.foonathan.net
3.0 parsecs away

Travel
| | When C++11 introduced move semantics, it also added two important helper functions: std::move and std::forward. They are essential when you want to manually indicate that you no longer care about an object or need to propagate the value category in generic code. As such, Ive used them countless times in the past. However, they are functions. Plain, old, standard library functions. This is problematic for multiple reasons.
| | studiofreya.org
2.0 parsecs away

Travel
| |
| | www.carryingsonupthedale.com
22.4 parsecs away

Travel
| A blog about wargaming and war games in general.