次の方法で共有


runtime_exception::operator= 演算子

指定の内容をコピー runtime_exception には、この 1 つのオブジェクト。

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

パラメーター

  • _Other
    コピーする runtime_exception オブジェクト。

戻り値

この runtime_exception オブジェクトへの参照。

必要条件

ヘッダー: amprt.h

名前空間: Concurrency

参照

関連項目

runtime_exception クラス