共用方式為


index::operator= 運算子

複製指定 索引 的內容封送處理到這個事件。

index<_Rank>& operator=(
   const index<_Rank>& _Other                     
) restrict(amp,cpu);

參數

  • _Other
    要從中複製的 index 物件。

傳回值

index 物件的參考。

需求

標頭檔: amp.h

**命名空間:**並行

請參閱

參考

index 類別