/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

quuxplusone.github.io
| | www.fluentcpp.com
6.9 parsecs away

Travel
| | Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type.
| | sdowney.org
3.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...
| | akrzemi1.wordpress.com
4.3 parsecs away

Travel
| | The language feature in C++17 known as class template argument deduction was intended to supersede factory functions like make_pair, make_tuple, make_optional, as described in p0091r2. This goal has not been fully achieved and we may still need to stick to make_ functions. In this post we will briefly describe what class template argument deduction is,...
| | maksimkita.com
30.1 parsecs away

Travel
|