|
You are here |
blog.m-ou.se | ||
| | | | |
thbecker.net
|
|
| | | | | [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
|
|
| | | | | NP-Incompleteness: | |
| | | | |
www.thbecker.net
|
|
| | | | | [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
|
|
| | | 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! | ||