Category Programming

General programming topics and techniques used in embedded and desktop projects.

Using std::span in Modern C++

Feature image reading One View Zero Copies for Using std::span in Modern C++

What std::span fixes about pointer-plus-length APIs, where it fits in firmware and tools, and which lifetime, bounds, DMA, and toolchain issues it still cannot protect.