- Exercise

Let's test our knowledge of request and suppress methods with this exercise.

We'll cover the following

Exercise #

Define a class template that can be invoked with an int value.

OnlyInt(5); // ok
OnlyInt(5L); // ERROR

Get hands-on with 1200+ tech skills courses.