请使用member function templates(成员函数模板)生成”可接受所有兼容类型“的函数。
如果你声明member templates 用于“泛化copy构造”或“泛化assignment操作”,你还是需要声明正常的copy构造函数和copy assignment操作符。