You are here |
nelari.us | ||
| | | |
blog.think-async.com
|
|
| | | | In the previous two posts , I showed some nifty macros for doing clean and simple stackless coroutines with asio. Hold on to your hats, bec... | |
| | | |
yieldcode.blog
|
|
| | | | Doing localization is complicated. Many websites, even big ones, get it wrong. Let me share how I did it. In Rust of course. | |
| | | |
www.foonathan.net
|
|
| | | | 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... | |
| | | |
nagekar.com
|
|
| |