just::thread
std::atomic
Store a new value in *this.
*this
BaseType operator=(BaseType b) volatile;
this->store(b,std::memory_order_seq_cst).
this->store(b,std::memory_order_seq_cst)
b.
b
Nothing.
#include <atomic>
store
std::memory_order
Design and Content © Copyright 2008-2012 Just Software Solutions Ltd. All Rights Reserved.