/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

blog.m-ou.se
| | thbecker.net
4.1 parsecs away

Travel
| | [AI summary] An educational article by Thomas Becker explaining the purpose and mechanics of C++11 rvalue references, move semantics, and perfect forwarding.
| | www.kuniga.me
4.2 parsecs away

Travel
| | NP-Incompleteness:
| | www.thbecker.net
3.5 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.
| | www.cppstories.com
38.5 parsecs away

Travel
| For C++17 everyone wanted to have concepts, and as you know, we didn't get them. But does it mean C++17 doesn't improve templates/template meta-programming? Far from that! In my opinion, we get excellent features. Read more for details. Intro Do you work a lot with templates and meta-programming? With C++17 we get a few nice improvements: some are quite small, but also there are notable features as well!