共用方式為


runtime_exception::operator= 運算子

複製指定的 runtime_exception 物件裏的內容至此。

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

參數

  • _Other
    要複製的 runtime_exception 物件。

傳回值

runtime_exception 物件的參考。

需求

標頭: amprt.h

**命名空間:**並行

請參閱

參考

runtime_exception 類別