New library type.
std::span in C++20: Bounds-Safe Views for Sequences of Objects
by Rainer Grimm
From the article:
In my seminar, I often hear the question: How can I safely pass a plain array to a function? With C++20, the answer is quite easy: Use a std::span...
Add a Comment
Comments are closed.