Explore >> Select a destination


You are here

andrewshitov.com
| | www.foonathan.net
12.4 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.bitsnbites.eu
10.2 parsecs away

Travel
| |
| | ostash.dev
9.5 parsecs away

Travel
| | What is a higher order function(HOF)? If a function receives as its input one or more functions or/and returns the function we can called it HOF.
| | healeycodes.com
31.9 parsecs away

Travel
| Writing an interpreter from scratch.