MyClass &operator=(const MyClass& src) {
cout << "operator=" << endl;
if (&src != this) { // 更改的地方
Dispose();
CopyFrom(src);
}
return *this;
}</code></pre>
时段 | 个数 |
---|---|
{{f.startingTime}}点 - {{f.endTime}}点 | {{f.fileCount}} |