Alex on software development


span

  • C++23 mdspan

    C++23 mdspan

    Today’s post is dedicated to a new feature introduced in C++23 called std::mdspan. There are already a few articles online about it, but it caught my personal attention for three reasons: What is std::mdspan? As you probably know, C++20 introduced std::span, which provides a view over a contiguous array. For example, if you have a Continue reading