Explore >> Select a destination


You are here

www.fluentcpp.com
| | arne-mertz.de
11.3 parsecs away

Travel
| | Having covered the basics of `auto` and rvalue references, there is a third big new C++ feature definitely worth knowing about: creating function objects on the fly with lambda expressions.
| | www.foonathan.net
4.9 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.sjbrown.co.uk
13.8 parsecs away

Travel
| |
| | cppinsights.io
102.8 parsecs away

Travel
| C++ Insights - See your source code with the eyes of a compiler.