✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Adott a következő sablonosztály:
template <typename T1, typename T2> struct Baz { static void f() { cout << "különböző"; }};
Válassza ki a megfelelő opciót a következő osztályhoz:
template <typename T> struct Baz<T, T> { static void f() { cout << "ugyanaz"; }};