Select Page

Practical Production-proven Constexpr API Elements.

Yesterday I had the chance to present at C++ On Sea 2024. The conference was held at Leas Cliff Hall in Folkstone, UK. I presented the advanced topic of using constexpr for compile-time and run-time. I am using elements of my MBO library – a collection of...

MBO: A C++20 Library

The mbo library (github.com/helly25/mbo) is a C++20 library that provides some general useful building blocks and integrates with Google’s Abseil library. The goal is to provide production-ready functional blocks that utilize C++20 — often in areas where I was...