operator=

函数功能

复制数据。

函数原型

1
ConfigData &operator = (const ConfigData &other);

参数说明

参数名

输入/输出

说明

other

输入

深度复制传入的ConfigData(非指针)。