location::operator= 運算子

將指定的內容不同的location於下行的物件。

location& operator=(
   const location& _Rhs
);

參數

  • _Rhs
    來源 location 物件。

需求

標頭: concrt.h

Namespace: 並行存取

請參閱

參考

location 類別