共用方式為


runtime_exception::operator= 運算子

將指定之 runtime_exception 物件的內容複製到這個物件。

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

參數

  • _Other
    要複製的 runtime_exception 物件。

傳回值

runtime_exception 物件的參考。

需求

**標頭:**amprt.h

**命名空間:**並行

請參閱

參考

runtime_exception 類別