全部假设Object为类对象进行演示,方法名均为fun()
void fun(int i,QVector<int> *const &t) 使用方法: QVector<int> *newrow=new QVector<int>(3); Object .fun(1,newrow);
c++ 各种参数
原文:https://www.cnblogs.com/leocc325/p/12788022.html