Category Articles

Articles and tutorials about electronics, embedded systems, wireless sensor networks, software developement, etc…

Using std::span in Modern C++

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

How std::span makes pointer-plus-length APIs easier to review, where it fits in firmware and tools, and which lifetime, bounds, DMA, and toolchain issues it still cannot protect.