Dims& operator=(const Dims& dims);

函数功能

Dim类拷贝赋值操作符。

函数原型

Dims& operator=(const Dims& dims);

参数说明

参数名

输入/输出

说明

dims

输入

表示赋值对象。

返回值说明

拷贝赋值后的Dim对象。