Explore >> Select a destination


You are here

hellocplusplus.com
| | blog.knatten.org
3.7 parsecs away

Travel
| | In which I briefly mention what pure functional programming is, explain why this can be slow in C++, and use move semantics to solve that problem. Be warned that this post is a bit longer than usual for this blog, and that it assumes more knowledge of C++11 than my posts usually do. Pure functional...
| | pagefault.blog
3.4 parsecs away

Travel
| | C++11 move semantics can be a source of misunderstandings if the mechanics are not understood. This post clears up the most common one.
| | herbsutter.com
3.5 parsecs away

Travel
| | C++ "move" semantics are simple, and unchanged since C++11. But they are still widely misunderstood, sometimes because of unclear teaching and sometimes because of a desire to view move as something else instead of what it is. This post is an attempt to shed light on that situation. Thank you to the following for their...
| | mpark.github.io
51.3 parsecs away

Travel
| A visitation mechanism for `std::variant`.