/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

joellaity.com
| | elmanto.github.io
6.5 parsecs away

Travel
| |
| | www.foonathan.net
6.6 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | www.think-cell.com
3.5 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.
| | rustwasm.github.io
22.8 parsecs away

Travel
| Hello and welcome to another issue of This Week in Rust and WebAssembly!