/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

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

Travel
| | Can we work around the limitations of non-type template parameters?
| | baptiste-wicht.com
1.1 parsecs away

Travel
| | Variadic Templates C++11 introduced variadic template to the languages. This new feature allows to write template functions and classes taking an arbitrary number of template parameters. This a featur
| | www.foonathan.net
1.6 parsecs away

Travel
| | Just like regular function parameters, template parameters can also have default parameters. For class templates, this behaves mostly just like default function arguments: if you pass fewer template arguments than required, default template arguments are used to fill the remaining places. However, for function templates, it gets more complicated as template parameters for functions can be deduced by the normal function arguments. This leads to some interesting side-effects. In particular, default argumen...
| | www.wingolog.org
21.1 parsecs away

Travel
| wingolog: article: es6 generator and array comprehensions in spidermonkey