![]() |
![]()
| ![]() |
![]()
NAMEstd::atomic_ref::store - std::atomic_ref::store Synopsis void store( T desired, std::memory_order order = (since
C++20)
Parameters desired - the value to store into the referenced object
Return value(none) See also operator= stores a value into the object referenced by an
atomic_ref object
|