Store a new value in *this.
T* operator=(T* b) volatile;
- Effects:
this->store(b,std::memory_order_seq_cst).- Returns:
b.- Throws:
Nothing.
#include <atomic>
Store a new value in *this.
T* operator=(T* b) volatile;
this->store(b,std::memory_order_seq_cst).
b.
Nothing.
#include <atomic>