Explore >> Select a destination


You are here

www.foonathan.net
| | www.thbecker.net
3.1 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.bfilipek.com
3.0 parsecs away

Travel
| | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that:
| | akrzemi1.wordpress.com
4.1 parsecs away

Travel
| | This post has been inspired by the readers' questions about using concepts to solve real problems. We will have a look at two such problems and see if, and how, concepts can help. Case Study 1 My concept has two functions: one produces a value, and the other one later consumes this value: How to...
| | isocpp.org
27.7 parsecs away

Travel
| [AI summary] This is a comprehensive list of proposals (PXXXRYY) submitted to the C++ standards committee, covering a wide range of topics such as concurrency, memory management, type traits, algorithms, and language features. The proposals span from early drafts to more recent versions and reflect the evolution of C++ over several years.