Explore >> Select a destination


You are here

rodusek.com
| | www.foonathan.net
10.1 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...
| | lapinozz.github.io
11.0 parsecs away

Travel
| | My goodbye to template metaprogramming. One last tribute; computing A Star pathfinding algorithm at compile-time
| | hiltmon.com
16.9 parsecs away

Travel
| |
| | atomicbird.com
97.2 parsecs away

Travel
| or, how to accidentally break Swift initialization rules. Today Im going to talk about optionals. Swift optionals. And also another kind of optional. And how you might break the ironclad rules of Swift without realizing it until its too late. What is an optional anyway? It depends who you ask. Swift will give you one answer, but Core Data has other ideas. So what happens when you bring them together?