Let's test our knowledge of request and suppress methods with this exercise.
Define a class template that can be invoked with an int value.
int
OnlyInt(5); // ok OnlyInt(5L); // ERROR
Get hands-on with 1400+ tech skills courses.