...

/

Test Yourself: The std::span Container

Test Yourself: The std::span Container

Attempt the following quiz to test your understanding of the std::span.

We'll cover the following...

Choose the possible correct answer(s).

1

A std::span is an object that refers to a __________ sequence of objects.

A)

contiguous

B)

discontinuous

Question 1 of 40 attempted

I ...