✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Для наведеного класу, оберіть коректний опис функції оnе()
template <class T, class Tl= int> class mycl{
int a;
public:
mycl(){a=0;)
mycl(intx){a=x;)
Tl one();};