Compile Time 'Hashing' in C++
This post is an amalgamation of a couple of previous posts that have been deleted and merged together for cleanliness and conciseness. Hashing C++ types as compile time identifiers (2023-...
This post is an amalgamation of a couple of previous posts that have been deleted and merged together for cleanliness and conciseness. Hashing C++ types as compile time identifiers (2023-...
Introduction I was hacking around with a personal project and bumped into a cool thing with constexpr, std::optional, and lambdas. Maybe it’s a well known interaction, but I thought I’d write a po...
Last week, I was lucky enough to attend my first programming conference - C++ on Sea 2023. In this post, I’ll share my experiences of the conference. We’ll look at what was on offer throughout the...