System::Object::operator= 方法

Object::operator= method

赋值运算符。实际上不复制任何内容,只是初始化新对象并支持子类的拷贝构造。

Object & System::Object::operator=(Object const &x)
参数类型描述
xObject const&形式参数。

另见