/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.kuniga.me
| | www.foonathan.net
3.2 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.
| | www.thbecker.net
1.9 parsecs away

Travel
| | [AI summary] The article explains how C++11 rvalue references, reference collapsing rules, and std::forward enable perfect forwarding to preserve move semantics.
| | jlebar.com
2.9 parsecs away

Travel
| |
| | blog.jakubholy.net
33.7 parsecs away

Travel
| THIS IS ONLY A DRAFTContent: Craft | Why lean? | Code quality