Quiz

Here's a short quiz to test your understanding.

We'll cover the following...
Technical Quiz
1.

Which of the following types can bind to f(const T&)?

A.

const T

B.

const T&

C.

T&&

D.

const T&&

E.

All of the above


1 / 2