当前位置: X题卡 > 所有题目 > 题目详情

类模板template<class T>class x...,其中友元函数f对特定类型T(如int),使函数f(x<int>)成为x<int>模板类的友元,则其说明为( )。

查看本题答案

你可能感兴趣的试题

template<class Q >
QF (Q x)return Q +x;  
template<class Q >
QF (Q x)returnx/x;  
template <class T >
T F(T x) return x*x;  
template <class T>
bool F (T x) return x>1;  
template<class Q>  template<class Q>
Q F(Q x)return Q+x; Q F(Q x)return x+x;  
template<class T>  template<class T>
T F(T x)return x * x; bool F(T x)return x>1;  
template  template Q F(Q {retum Q+x;) Q F(Q {return x+x;}  template<classT>  template<class T> TF(T {return x*x;) Bool F(t{return x>1;)  
friend void f();  friend void f(x<T>&);  friend void A::f();  friend voidC<T>::f(x<T>&)  
friend void f():  friend void f(x<T>&=;)  friend voidA::f()  friend void C<T>::f(x<T>&=;)  
templateclass Buffer{/*…*/};  templateclass Buffer{/*…*/};  templateclass Buffer{/*…*/};  templateclass Buffer{/*…*/};  
friend void f();  friend void f(x<T>&=;)  friend void A::f()  friend void C<T>::f(x<T>&=;)  
friend voidf();  friend voidf(x<T>);  friend voidA::f();  friend void C<T>::f(x<T>);  
template<typename T>Tfun(T x)return x;  template<typename T>T fun(T x,int n)return x*n;  template<class T>T fun(T *p)return *p;  template<class T>T class AT n;;  
template<typename T>T fun(T {return x;}  template<typename T>T fun(T x,int {return x*n;}  template<class T>T fun(T*{return *p;}  template<class T>T ClassA{T n;}  
template<class Q>  template<class Q> Q F(Q x){return Q+x;} Q F(Q x){return x+x;}  template<class T>  template<class T> T F(T x){return x * x;} bool F(T x){return x>1;}  
template<class Q >  QF (Q x)return Q +x;  template<class Q >  QF (Q x)returnx/x;  template <class T >  T F(T x) return x*x;  template <class T>  bool F (T x) return x>1;  
friend void f();  friend void f(x<T>);  friendvoidA::f()  friend void C::f(x<T>);  
template<class Q>  template<class Q> QF(Q{return Q-x;} QF(Q{return x+x;}  template<class T>  template<class T> TF(T{return x*x;} boolP(T{return X>1;)  
template<class Q>  template<class Q>
QF(Qx)return Q-x; QF(Qx)return x+x;  
template<class T>  template<class T>
TF(Tx)return x*x; boolP(Tx)return X>1;)  
friend void f();  friend void f(x<T>&)  friend void A::f();  friend void C<T>::f(x<T>&):  
friend void f();  friend void f(x<T>);  friend void A:: f()  friend void C<D:: f(x<T>);  
template <class Q>  QF(Qx)return Q-x;  template <class Q>  QF(Qx)return x+x;  template<class T>  TF(Tx)return x*x;)  template <class T>  bool F(Tx) return x>1;  
template <class Q> q F(Q {return Q+x;}  template <class Q> Q F(Q {return x+x;}  template <class T> T F(T{return x*x;}  template <class T> bool F(T{return x>1;}  
template<class Q > QF (Q {return Q +x;}  template<class Q > QF (Q {returnx/x;}  template <class T > T F(T {return x*x;}  template <class T> bool F (T {return x>1;}  

热门试题

更多