共用方式為


index::operator= 運算子

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

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

參數

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

傳回值

index 物件的參考。

需求

**標頭:**amp.h

**命名空間:**並行

請參閱

參考

index 類別