Explore >> Select a destination


You are here

brevzin.github.io
| | www.foonathan.net
4.7 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.
| | mpark.github.io
4.8 parsecs away

Travel
| | A visitation mechanism for `std::variant`.
| | www.kuniga.me
3.6 parsecs away

Travel
| | NP-Incompleteness:
| | lwn.net
24.9 parsecs away

Travel
|