From Jason Turner

[atomics.summary]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpmrcmq0in/{from.md → to.md} +14 -0
tmp/tmpmrcmq0in/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: Atomics library summary** <a id="atomics.summary">[atomics.summary]</a>
2
+
3
+ | Subclause | | Header |
4
+ | ------------------------- | --------------------------- | ---------- |
5
+ | [[atomics.alias]] | Type aliases | `<atomic>` |
6
+ | [[atomics.order]] | Order and consistency | |
7
+ | [[atomics.lockfree]] | Lock-free property | |
8
+ | [[atomics.wait]] | Waiting and notifying | |
9
+ | [[atomics.ref.generic]] | Class template `atomic_ref` | |
10
+ | [[atomics.types.generic]] | Class template `atomic` | |
11
+ | [[atomics.nonmembers]] | Non-member functions | |
12
+ | [[atomics.flag]] | Flag type and operations | |
13
+ | [[atomics.fences]] | Fences | |
14
+