Deducing the Size of a Contiguous Sequence of Object

Learn how to automatically deduce the size of contiguous sequences of objects with an example.

In contrast to a C-array, std::span<T> automatically finds the size of contiguous sequences of objects.

Get hands-on with 1200+ tech skills courses.