runtime_exception::operator= 运算符
将指定的内容复制 runtime_exception 到此对象。
runtime_exception &operator=(
const runtime_exception &_Other
) throw();
参数
- _Other
要复制的 runtime_exception 对象。
返回值
对此 runtime_exception 对象的引用。
要求
标题: amprt.h
命名空间: 并发