operator= 函数功能等号运算符重载,用于PostProcessBase对象之间的赋值。 函数原型PostProcessBase& operator = (const PostProcessBase& other); 参数说明 参数名 输入/输出 说明 other 输入/输出 PostProcessBase对象。 父主题: PostProcessBase