模板类静态成员初始化

1、代码

template<class T>
  class A{
  private:
  int max;
}

template<class T> 
int A<T>::max=0;

 

posted @ 2022-03-03 11:01  朱小勇  阅读(151)  评论(0编辑  收藏  举报