From Jason Turner

[atomics.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpr3toobp0/{from.md → to.md} +3 -21
tmp/tmpr3toobp0/{from.md → to.md} RENAMED
@@ -1,23 +1,5 @@
1
- ## General <a id="atomics.general">[[atomics.general]]</a>
2
-
3
- This Clause describes components for fine-grained atomic access. This
4
- access is provided via operations on atomic objects.
5
-
6
- The following subclauses describe atomics requirements and components
7
- for types and operations, as summarized in [[atomics.summary]].
8
-
9
- **Table: Atomics library summary** <a id="atomics.summary">[atomics.summary]</a>
10
-
11
- | Subclause | | Header |
12
- | ------------------------- | --------------------------- | ---------- |
13
- | [[atomics.alias]] | Type aliases | `<atomic>` |
14
- | [[atomics.order]] | Order and consistency | |
15
- | [[atomics.lockfree]] | Lock-free property | |
16
- | [[atomics.wait]] | Waiting and notifying | |
17
- | [[atomics.ref.generic]] | Class template `atomic_ref` | |
18
- | [[atomics.types.generic]] | Class template `atomic` | |
19
- | [[atomics.nonmembers]] | Non-member functions | |
20
- | [[atomics.flag]] | Flag type and operations | |
21
- | [[atomics.fences]] | Fences | |
22
 
 
 
23
 
 
1
+ ### General <a id="atomics.general">[[atomics.general]]</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
+ Subclause [[atomics]] describes components for fine-grained atomic
4
+ access. This access is provided via operations on atomic objects.
5