runtime_exception::operator= 演算子
指定された runtime_exception オブジェクトの内容をこのオブジェクトにコピーします。
runtime_exception &operator=(
const runtime_exception &_Other
) throw();
パラメーター
- _Other
コピーする runtime_exception オブジェクト。
戻り値
この runtime_exception オブジェクトへの参照。
必要条件
ヘッダー: amprt.h
名前空間: Concurrency