operator =
功能说明
赋值运算符重载,实现OpAICoreConfig类对象的深拷贝
函数原型
OpAICoreConfig &operator=(const OpAICoreConfig &aicore_config)
参数说明
参数 |
输入/输出 |
说明 |
|---|---|---|
aicore_config |
输入 |
被拷贝的OpAICoreConfig的对象 |
返回值说明
返回对拷贝结果对象的引用
约束说明
无
父主题: OpAICoreConfig
赋值运算符重载,实现OpAICoreConfig类对象的深拷贝
OpAICoreConfig &operator=(const OpAICoreConfig &aicore_config)
参数 |
输入/输出 |
说明 |
|---|---|---|
aicore_config |
输入 |
被拷贝的OpAICoreConfig的对象 |
返回对拷贝结果对象的引用
无