 
      
    | You are here | mpark.github.io | ||
| | | | | www.fluentcpp.com | |
| | | | | 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 | |
| | | | | 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 | |
| | | | | ||
| | | | | nolancaudill.com | |
| | | 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... | ||