Explore >> Select a destination


You are here

isocpp.org
| | www.foonathan.net
12.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.
| | hellocplusplus.com
11.9 parsecs away

Travel
| | Learn the basics of C++ move semantics and how to use this language feature. This article is useful for programmers of all skill levels.
| | mpark.github.io
16.3 parsecs away

Travel
| | The pitfall of eagerness of perfect forwarding.
| | www.lambdabytes.io
102.2 parsecs away

Travel
| Website of Jonathan Thaler @ lambda::bytes