/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

jlebar.com
| | www.thbecker.net
2.0 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.
| | blog.m-ou.se
2.9 parsecs away

Travel
| | Recently, gcc added support rvalue references for *this. (Clang has supported it for quite a while now.) In this post, I show how to use this feature, and how it means we can finally define accessors and a few other things like operator= correctly.
| | www.kuniga.me
2.9 parsecs away

Travel
| | NP-Incompleteness:
| | studiofreya.org
26.0 parsecs away

Travel
| [AI summary] A C++11 variadic template example demonstrating perfect forwarding to wrap constructor calls for a structure.