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] Notesstd::atomic_flag_clear
and std::atomic_flag_clear_explicit
can be implemented as obj->clear() and obj->clear(order) respectively.
The following behavior-changing defect reports were applied retroactively to previously published C++ standards.
[edit] See alsoRetroSearch 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