Explore >> Select a destination


You are here

mpark.github.io
| | www.fluentcpp.com
10.3 parsecs away

Travel
| | Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type.
| | www.foonathan.net
11.9 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.
| | studiofreya.org
11.7 parsecs away

Travel
| |
| | nolancaudill.com
59.5 parsecs away

Travel
| Two weeks ago, I started at Tiny Speck as their engineering manager, working on Slack. Slack is getting bigger in almost every way that matters and I'm excited about getting to take part in it. So what does taking this particular role at this particular company mean to me? It means I'm working for the...