From Jason Turner

[atomics.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpnniktfz9/{from.md → to.md} +11 -8
tmp/tmpnniktfz9/{from.md → to.md} RENAMED
@@ -2,19 +2,22 @@
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 below.
8
 
9
- **Table: Atomics library summary** <a id="tab:atomics.lib.summary">[tab:atomics.lib.summary]</a>
10
 
11
  | Subclause | | Header |
12
- | ---------------------------- | -------------------------- | ---------- |
13
- | [[atomics.order]] | Order and Consistency | |
14
- | [[atomics.lockfree]] | Lock-free Property | |
15
- | [[atomics.types.generic]] | Atomic Types | `<atomic>` |
16
- | [[atomics.types.operations]] | Operations on Atomic Types | |
17
- | [[atomics.flag]] | Flag Type and Operations | |
 
 
 
18
  | [[atomics.fences]] | Fences | |
19
 
20
 
 
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