Udostępnij za pośrednictwem


atomic_flag_clear — Funkcja

Ustawia bool znacznik w atomic_flag obiektu na false, w 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: niepodzielny

Przestrzeń nazw: std

Zobacz też

Informacje

<atomic>