Explore >> Select a destination


You are here

quii.dev
| | danielsieger.com
5.8 parsecs away

Travel
| | A comparison of exceptions and error codes for error handling in C++.
| | rselbach.com
5.5 parsecs away

Travel
| |
| | preslav.me
2.4 parsecs away

Travel
| | I am a software engineer with a decade-long experience developing software in Python, Go, and Java.
| | www.foonathan.net
36.6 parsecs away

Travel
| When C++11 introduced move semantics, it also added two important helper functions: std::move and std::forward. They are essential when you want to manually indicate that you no longer care about an object or need to propagate the value category in generic code. As such, Ive used them countless times in the past. However, they are functions. Plain, old, standard library functions. This is problematic for multiple reasons.