X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Falgo%2Fatomic.h;fp=cds%2Falgo%2Fatomic.h;h=a30737aa1a3758fddc5b944ae78d9d638d36fd66;hb=15519fbb3919984ca5e019b7dcd810a9e85fb3b9;hp=c2306e860d3d6fbbfcc6bf73ebaa990274d1b4b4;hpb=caec31bccbe51c6dd64f3e8fed0c157ea4b47258;p=libcds.git diff --git a/cds/algo/atomic.h b/cds/algo/atomic.h index c2306e86..a30737aa 100644 --- a/cds/algo/atomic.h +++ b/cds/algo/atomic.h @@ -189,12 +189,11 @@ namespace cds { { m_counter.store( 0, atomics::memory_order_release ); } - }; /// Atomic item counter /** - This class is simplified interface around std::atomic_size_t. + This class is simplified interface around \p std::atomic_size_t. The class supports getting of current value of the counter and increment/decrement its value. */ class item_counter