runtime_exception::operator= 运算符

将指定的 runtime_exception 对象的内容复制到此对象中。

runtime_exception &operator=(
   const runtime_exception &_Other
) throw();

参数

  • _Other
    要复制的 runtime_exception 对象。

返回值

对此 runtime_exception 对象的引用。

要求

**标头:**amprt.h

命名空间: 并发

请参见

参考

runtime_exception 类