/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

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...
| | mpark.github.io
2.7 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | cukic.co
2.5 parsecs away

Travel
| | Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast.
| | blog.scottlogic.com
17.2 parsecs away

Travel
| WebAssembly is really starting to shine is as a standalone runtime environment. In this blog post I explore the Wasmtime WebAssembly runtime, and build a WebAssembly-powered serverless platform in just 70 lines of code.