Explore >> Select a destination


You are here

www.foonathan.net
| | nrk.neocities.org
11.2 parsecs away

Travel
| |
| | www.fluentcpp.com
6.6 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.fluentcpp.com
4.9 parsecs away

Travel
| | 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
76.8 parsecs away

Travel
| (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...