Udostępnij za pośrednictwem


Funkcja atomic_flag_clear

Zestawy bool bandery w atomic_flag obiektu do false, stosując memory_order_seq_cstmemory_order.

inline void atomic_flag_clear(
   volatile atomic_flag *Flag
) _NOEXCEPT;
inline void atomic_flag_clear(
   atomic_flag *Flag
) _NOEXCEPT;

Parametry

  • Flag
    Wskaźnik do atomic_flag obiektu.

Wymagania

Nagłówek: atomic

Obszar nazw: std

Zobacz też

Informacje

<atomic>