共用方式為


atomic_init 函式

設定中的預存的值atomic物件。

template <class Ty>
inline void atomic_init(
   volatile atomic<Ty> *Atom,
   Ty Value
) _NOEXCEPT;
template <class Ty>
inline void atomic_init(
   atomic<Ty> *Atom,
   TyValue
) _NOEXCEPT;

參數

  • Atom
    變數的指標, atomic物件,儲存型別的值Ty

  • Value
    型別 Ty 的值。

備註

atomic_init是不可部分完成的作業。 它不是執行緒安全。

需求

標頭: 不可部分完成

Namespace: 標準

請參閱

參考

<atomic>

不可部分完成的結構