...

/

Test Yourself: Lambda Improvements

Test Yourself: Lambda Improvements

Attempt the following quiz to test your understanding of the lambda improvements brought by C++20.

We'll cover the following...

Choose the possible correct answer(s).

1.

Identify true statement(s).

A.

In C++ 20 lambda expressions support template parameters.

B.

In C++20 concepts support copy assignment when concepts have no state.

C.

C++20 overlooks the implicit copy of this pointer.


1 / 4

I hope ...