次の方法で共有


extent::operator= 演算子

別の extent オブジェクトの内容をこのオブジェクトにコピーします。

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

パラメーター

  • _Other
    コピー元の extent オブジェクト。

戻り値

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

必要条件

ヘッダー: amp.h

名前空間: Concurrency

参照

関連項目

extent クラス (C++ AMP)