Explore >> Select a destination


You are here

nelari.us
| | www.foonathan.net
2.5 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...
| | studiofreya.org
1.9 parsecs away

Travel
| | [AI summary] A C++11 variadic template example demonstrating perfect forwarding to wrap constructor calls for a structure.
| | mpark.github.io
2.7 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | blog.thea.codes
25.7 parsecs away

Travel
| A deep look into the black magic that is linker scripts.