Search⌘ K
AI Features

Test Yourself: The std::span Container

Explore the std::span container in C++20 by testing your understanding of its features for sequence handling. This lesson helps you assess your grasp of std::span's applications and functionality, reinforcing your skills in using this container effectively.

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


1 / 4

I hope ...