You are here |
www.foonathan.net | ||
| | | |
nrk.neocities.org
|
|
| | | | ||
| | | |
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.fluentcpp.com
|
|
| | | | There is a particular case for default parameters: it's when their type is a template type. Read on to see how to get this right. | |
| | | |
techblog.izotope.com
|
|
| | (This article assumes some familiarity with shared_ptrs in C++.) Imagine the following line of code and comment are in the private area of the definition of a C++ class Foo: // The current Quaffle, always valid shared_ptr currentQuaffle; Can you spot any dangerous thinking here? If not, that's okay, but hopefully this article will change... |