Explore >> Select a destination


You are here

www.foonathan.net
| | 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.
| | 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.
| | www.think-cell.com
0.0 parsecs away

Travel
| | [AI summary] The blog post discusses techniques for implementing compile-time size calculations for range adaptors in C++ using think-cell's library, focusing on forwarding size properties and avoiding code duplication.
| | mklimenko.github.io
14.0 parsecs away

Travel
| Every time I work with a C library, I miss the power and capability of the type system C++ provides. That's why I developed a simple C++17 header-only helper library to pack the multiple type-dependent C-style functions into single overload deduced at compile-time. No external libraries are required. Repo link: https://github.com/MKlimenko/plusifier. Currently, it's just the header and a compile-time test file, CMake integration coming soon.