/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

mpark.github.io
| | sdowney.org
7.5 parsecs away

Travel
| | A Possible Technique constexpr bool g(int lhs, int rhs) { auto& op = partial_eq; return op.ne(lhs, rhs); } Compiler Explorer with Supporting Code A trait is defined as a template var...
| | belaycpp.com
5.7 parsecs away

Travel
| | [AI summary] The post walks through designing and implementing a compact, template-based error handler for C++ using variadic templates, exceptions, and concepts.
| | www.foonathan.net
7.0 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...
| | stupidityhole.com
25.3 parsecs away

Travel
| 1 post published by Stupidity Hole on August 24, 2024