Deducing the Size of a Contiguous Sequence of Object
Learn how to automatically deduce the size of contiguous sequences of objects with an example.
We'll cover the following...
In contrast to a C-array, std::span<T>
automatically finds the size of contiguous ...