operator=
Function Usage
Copies data.
Prototype
1 | ConfigData &operator = (const ConfigData &other); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
other |
Input |
Copies the input ConfigData (non-pointer) in depth. |
Parent topic: ConfigData
Copies data.
1 | ConfigData &operator = (const ConfigData &other); |
Parameter |
Input/Output |
Description |
|---|---|---|
other |
Input |
Copies the input ConfigData (non-pointer) in depth. |