Explore >> Select a destination


You are here

www.foonathan.net
| | www.fluentcpp.com
2.4 parsecs away

Travel
| | Do you know how to partially specialize all the kinds of templates in C++? Check out this post for how to do it while keeping your code clear.
| | sdowney.org
2.4 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...
| | nelari.us
2.5 parsecs away

Travel
| | A small look at some useful template techniques, in the context of trying to bind functions to a virtual machine. I wrote this post mostly for myself so that these techniques would be listed all in one place.
| | hackingcpp.com
22.8 parsecs away

Travel
| A list of the major C++ compilers in 2023.