A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../algorithm/../atomic/atomic_flag_clear.html below:

std::atomic_flag_clear, std::atomic_flag_clear_explicit - cppreference.com

Atomically changes the state of the std::atomic_flag pointed to by obj to clear (false).

3,4) The memory synchronization ordering is order.

[edit] Parameters obj - pointer to std::atomic_flag to access order - the memory synchronization ordering [edit] Notes

std::atomic_flag_clear and std::atomic_flag_clear_explicit can be implemented as obj->clear() and obj->clear(order) respectively.

[edit] Defect reports

The following behavior-changing defect reports were applied retroactively to previously published C++ standards.

[edit] See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4