Explore >> Select a destination


You are here

erikmcclure.com
| | www.foonathan.net
5.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...
| | arne-mertz.de
5.0 parsecs away

Travel
| | In this post I will write a bit about each operator and how a straight forward implementation might look if the operator is meant to work similar to built in operators.
| | www.kuniga.me
5.4 parsecs away

Travel
| | NP-Incompleteness:
| | stefansf.de
29.7 parsecs away

Travel
| In this article we examine the strict aliasing rules of the C programming language which are the basis for Type-Based Alias Analysis and show some quirks